Hello!
Is there a way to convert ansi to utf-8?
Hello!
Is there a way to convert ansi to utf-8?
Did you try hb_translate ?
Is there a Codepage UTF8?
I found the function hb_strToUTF8() and it seems to functioning! (xHarbour, in Harbour?)
HB_CDPSELECT( "UTF8" )
HB_StrToUTF8() works. But may I know why do you want to translate? Personally, I do not see any advantage of the conversion.
Plain English is just the same whether in ANSI or UTF8. Identical.
Some European languages using accented characters may differ when converted. But may I know for what use you want to do the conversion?
I use this for translate european (german in this case) text to UTF8 to make QR-Labels. QR should be in UTF8.
byte-one wrote:I use this for translate european (german in this case) text to UTF8 to make QR-Labels. QR should be in UTF8.