|
Unicode versus Symbol |
Previous Next |
|
When a font has a Windows Unicode BMP (UCS-2) platform, the font is a normal font. When a font has a Windows Symbol platform, the font is a Symbol font. Symbol character sets have a special meaning: all of the characters in the Unicode range 0xF000 - 0xF0FF (inclusive) will be used to enumerate the symbol character set. All glyphs in this range are mapped to the range 0x0000 - 0x00FF. Symbol fonts do not form words so line breaks can occur after any character code. A spell checker should not check symbol font-formatted material.
Note: only the first 224 characters of symbol fonts will be accessible, a space and up to 223 printing characters. From Symbol to Unicode In order to change a symbol font into a normal font there are a few things:
From the Platform Manager command (Format menu) select the Windows platform. Now press the Change button. The platform should be changed from "Windows Symbol" to "Windows Unicode BMP (UCS-2)".
From Unicode to Symbol In order to change a normal font into a symbol font there are a few things:
From the Platform Manager command (Format menu) select the Windows platform. Now press the Change button. The platform should be changed from "Windows Unicode BMP (UCS-2)" to "Windows Symbol".
|