Hi, Can anyone tell me how to get the Unicode name of a character in MFC. e.g. -
Character - Name
Z - LATIN CAPITAL LETTER Z
[ - LEFT SQUARE BRACKET
etc. Thanks, Dev
Hi, Can anyone tell me how to get the Unicode name of a character in MFC. e.g. -
Character - Name
Z - LATIN CAPITAL LETTER Z
[ - LEFT SQUARE BRACKET
etc. Thanks, Dev
As far as I know, this is not possible (unless you hack charmap.exe). I solved the problem by adding a text-file resource to my application, containing all these names. You can download my file from http://privat.rejbrand.se/NamesListParsed.txt.