Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.4
-
Fix Version/s: 5.0.0 alpha1, 5.0
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
This is a long running bug that I think was introduced when a refactor was done from using strings to StringBuilder. The parsing code that parses out the number out of #XX was incorrectly indexed resulting in an error. The issue generally only showed up when parsing fonts the #xx code. The error would be logged but rendering was not effected.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Adjust the indexing when pulling out the #xx formate. Names are now being decoded correctly to ascii.