Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.3
-
Component/s: Font Engine
-
Labels:None
-
Environment:PRO
Description
The document in question contains an embedded font that isn't able to to display the character code \201. After closer inspection this code is code is being mapped to character code zero via the font's encoding, WinAnsi.
It took a while to verify that there where no errors in the mapping. As it turns out our WinAnsi encoding table has no entry for 129 (201 oct). A however did get lucky and found the following note in the specification.
"In WinAnsiEncoding, all unused codes greater than 40 map to the bullet character. However, only code 225 shall be specifically assigned to the bullet character; other codes are subject to future reassignment."
Once the above changes where made the bullets have shown up.
It took a while to verify that there where no errors in the mapping. As it turns out our WinAnsi encoding table has no entry for 129 (201 oct). A however did get lucky and found the following note in the specification.
"In WinAnsiEncoding, all unused codes greater than 40 map to the bullet character. However, only code 225 shall be specifically assigned to the bullet character; other codes are subject to future reassignment."
Once the above changes where made the bullets have shown up.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Fix has been checked in on the 6.1.0 branch and development trunk.