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

Status
Not open for further replies.
G

goo

Guest
Ok, so correct way of doing a ISO -> UTF -> ISO would be something like this? myUTF = 'Ä'. myISO = myUTF. I would belive that def var myTekst as char no-undo. /*by default session:cpinternal*/ myTekst = 'Ä'. would be the same as 'Ä' since myTekst = 'Ä' is true. But when using CODEPAGE-CONVERT it converts different using 'Ä' and myTekst. Is that the way it should be?

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