|
02/26/2010 3:26 AM
post48384
|
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?
|
|
|
|
|