Converting a UTF-8 Character in to its euuavalant Unicode Number
-
Hi, I need to convert a UTF8 string to its equavalant unicode number. For ex. for character ứ its unicode no. is 7913. Can anybody suggest How to do that. Regs Vinet
Vineet Kumar Singhal Sr.Software Engineer Mumbai Tough Time Never last, but Tough People do.
-
Hi, I need to convert a UTF8 string to its equavalant unicode number. For ex. for character ứ its unicode no. is 7913. Can anybody suggest How to do that. Regs Vinet
Vineet Kumar Singhal Sr.Software Engineer Mumbai Tough Time Never last, but Tough People do.
-
What string class are you using?
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
WideCharToMultiByte() MultiByteToWideChar() helps to convert 1byte -> 2byte and other way round data representation things