Hi
I need some clarifications on what photon functions which expect what type.
Pt* functions always use UTF-8.
Pf* functions seem to want UCS-2 strings
Pg* functions are very confusing, pasting from the docs of PgDrawText
By default, the function assumes that all strings consist of multibyte
characters that conform to the ISO/IEC 10646-1 UTF-1 multibyte format.
However, if Pg_TEXT_WIDECHAR is set, the function assumes each character
is represented by 2 bytes that conform to the ISO/IEC 10646-1 UCS-2
double-byte format.
UTF-1 ???
what is, UTF-1? i barly found any information about this.
seems it’s a very old and depricated looong time ago? is this a typo of
UTF-16?
I’d love to have this explained
Thanks
/Johan