unicode value ???
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
hi, we all know the ascii equivalent of character 'A' is 0x41. so its 8 byte. whereas a unicode character is a wide character (2 bytes per character). So in unicode "A" has the value 0x0041. I have a chinese unicode character "Âí". I don't know how to get its unicode equivalent (the value look like this 0x5c0b). Does anybody help me? Please. Thanks in advance, ;P
-
hi, we all know the ascii equivalent of character 'A' is 0x41. so its 8 byte. whereas a unicode character is a wide character (2 bytes per character). So in unicode "A" has the value 0x0041. I have a chinese unicode character "Âí". I don't know how to get its unicode equivalent (the value look like this 0x5c0b). Does anybody help me? Please. Thanks in advance, ;P