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...
Continue reading...