generating cross platform font problems
Posted: Sat Oct 18, 2008 4:04 am
I bought a font program (TypeTool) to recreate an old Mac System 9 Font suitcase(Chemistry) I used years ago for MANY educational software stacks. My scripts use these special characters as well as lots of data in the fields.
I created the special characters(all in the ACSII range of 127 to 255) and the now modern True Type font displays/works flawlesslessly on my Macintosh. However, I can't get the windows version of the font to display the characters properly. The ASCII values of the windows font version I generated match the Mac version ASCII value, but the characters don't display in the scripts as on the Mac. I know the Windows ASCII values are correct because I use a Windows program "Font Viewer" to examine fonts.
I work on the stacks on my Mac, drag and drop them into XP running in VMWare Fusion and the scripts don't display the special characters in XP as they do on Mac. I know that the scripts are translated to iso 8859-1 Latin when they move to Windows but the characters don't match.
I must not be generating the Windows version of the font correctly with the TypeTool program but their support forum hasn't been very helpful.
Can anybody give me some hints on what to try next? It has to do with the code pages?
I created the special characters(all in the ACSII range of 127 to 255) and the now modern True Type font displays/works flawlesslessly on my Macintosh. However, I can't get the windows version of the font to display the characters properly. The ASCII values of the windows font version I generated match the Mac version ASCII value, but the characters don't display in the scripts as on the Mac. I know the Windows ASCII values are correct because I use a Windows program "Font Viewer" to examine fonts.
I work on the stacks on my Mac, drag and drop them into XP running in VMWare Fusion and the scripts don't display the special characters in XP as they do on Mac. I know that the scripts are translated to iso 8859-1 Latin when they move to Windows but the characters don't match.
I must not be generating the Windows version of the font correctly with the TypeTool program but their support forum hasn't been very helpful.
Can anybody give me some hints on what to try next? It has to do with the code pages?