Hi,

I'm trying to use UTF8 functions from string API. I found a problem using Cairo library (it accepts all string parameters in UTF8). If I want to print a "s caron" (\xF0 from 1257 code page), I must pass \xC5\xA1 to cairo functions. \xC2\xAD does not work. I guess it's the problem of little vs big endianness in UTF8. Do we need two UTF8 functions (or additional parameter) to manage the problem? :-(


Regards,
Mindaugas
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to