[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Could anone explain this for me? Codepage issue

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
There’s also a CODEPAGE-CONVERT function that lets you convert (long)character data from one codepage to another. Obviously the target needs to support the characters in the source too. If you’re working with longchars, use the SET-CODEPAGE(‘utf-8’) before you assign values into the longchar. As Marian says, you should use something like UTF-8 .

Continue reading...
 
Status
Not open for further replies.
Back
Top