Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Unicode and wchar: Page 1 of 4 (4 Items)
   
Unicode and wchar  
My QNX Version is 6.4.0.
I used unicode-16 and character code. And want to use wide-character functions 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?