w_char / unicode
Posted: Wed Mar 09, 2005 21:19
Hi,
I've been looking through your string class and noticed the utf16 part is still commented out.
I understand it's on the todo-list, but in the meanwhile, since our lokalization-tools all work
with wstrings, I'm wondering on how to make the two systems compatible.
So, does the ceGui contain any functions to convert from wchar-strings to these utf8 strings -
or do I have to use an external function, sth like the qin32/WideCharToMultiByte (I
assume this function gives an utf8-encoded string)
And in the future - if utf16 is supported, am I correct that this conversion is then not
needed anymore but I can directly insert my wchar-strings into the gui?
Regards,
Roger
I've been looking through your string class and noticed the utf16 part is still commented out.
I understand it's on the todo-list, but in the meanwhile, since our lokalization-tools all work
with wstrings, I'm wondering on how to make the two systems compatible.
So, does the ceGui contain any functions to convert from wchar-strings to these utf8 strings -
or do I have to use an external function, sth like the qin32/WideCharToMultiByte (I
assume this function gives an utf8-encoded string)
And in the future - if utf16 is supported, am I correct that this conversion is then not
needed anymore but I can directly insert my wchar-strings into the gui?
Regards,
Roger