Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Unicode and wchar: (1 Item)
   
Unicode and wchar  
My QNX Version is 6.4.0.
I used unicode-16 as character code. And want to use wide-character functions to deal with the unicode string. Such as "
swprintf()","fgetws()" and so on
.
But the problem is that the "wchar_t" type is defined as "_Uint32t", but the unicode is 16bit width.

How should I deal with it?