[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: CODEPAGE question

Status
Not open for further replies.
G

goo

Guest
I was concerned by the result of Def var myISOvalue as char no-undo. /*session:cpinternal = ‘iso8859-1*/ myISOvalue = ‘Ä’. Fix-codepage(UTF8value1) = ‘UTF-8’. Fix-codepage(UTF8value2) = ‘UTF-8’. UTF8value1 = codepage-convert(myIsoValue,’UTF-8’,session:cpinternal). UTF8value2 = codepage-convert(‘Ä’,’UTF-8’,session:cpinternal). Gives different value when I copy-lob to file with no-convert. So I just wondered why that happened. myISO is a char, not a longchar. But at the end, I do not have to use codepage-convert into a fixed longchar…

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