views:

37

answers:

1

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

A: 

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.

Andreas Rejbrand
Thanks for the file.
dev ray