Closed akvalibra closed 7 years ago
Problem with utf8. Wrong conversion. The default code page in my Windows 10 is Cyrillic 1251 (Macedonian)
This is the correction.
function utf8(m.lsString as string) as string return strconv(m.lsString,9) ! return strconv(strconv(m.lsString, 1),9) endfunc
Hi akvalibra,
About your .PRG in VSCode have you found a workaround for encoding .PRG Files in your 1251 PageCode ?
Best regards Francis
Problem with utf8. Wrong conversion. The default code page in my Windows 10 is Cyrillic 1251 (Macedonian)
This is the correction.
function utf8(m.lsString as string) as string return strconv(m.lsString,9) ! return strconv(strconv(m.lsString, 1),9) endfunc