Hello!
Is there a way to convert ansi to utf-8?
UTF-8
Re: UTF-8
Is there a Codepage UTF8?
I found the function hb_strToUTF8() and it seems to functioning! (xHarbour, in Harbour?)
I found the function hb_strToUTF8() and it seems to functioning! (xHarbour, in Harbour?)
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: UTF-8
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?
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?
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: UTF-8
I use this for translate european (german in this case) text to UTF8 to make QR-Labels. QR should be in UTF8.
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: UTF-8
Thanks for the information.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.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India