https://issues.apache.org/bugzilla/show_bug.cgi?id=51843
Bug #: 51843
Summary: surrogate pairs not treated as single unicode
codepoint for display purposes
Product: Fop
Version: 1.1dev
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
unicode codepoints outside of the BMP (base multilingual plane), i.e., whose
scalar value is greater than 0xFFFF (65535), are coded as UTF-16 surrogate
pairs in Java strings, which pair should be treated as a single codepoint for
the purpose of mapping to a glyph in a font (that supports extra-BMP mappings);
at present, FOP does not correctly handle this case in simple (non complex
script) rendering paths;
furthermore, though some support has been added to handle this in the complex
script rendering path, it has not yet been tested, so is not necessarily
working there either;
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.