View Single Post
 
Old 07-12-2012, 08:12 AM
ngmp ngmp is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Jul 2012
Posts: 9
ngmp is on a distinguished road
Default

You can usually find out the ASCII code of a character or unicode using the character map (in all programs\accessories\system tools from start button) and this together with the Word symbol character map will give you a character code. For instance "arial narrow"/"basic latin" for a "-" is 002D (or character code 45 ASCII decimal). From there you should be able to cross-reference the document characters with the map by simply knowing the appropriate codes....(I think!)
Reply With Quote