Closed
Bug 33501
Opened 25 years ago
Closed 25 years ago
add transliteration to Mac version of font engine
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: erik, Assigned: ftang)
References
Details
The Unix version of the font engine already calls the transliteration API that
maps e.g. the euro to "EUR". We need to call this API from the Mac version
of the font engine too, since even the Mac doesn't always have glyphs for all
Unicodes. This bug is a spin-off from bug 17962.
Assignee | ||
Comment 1•25 years ago
|
||
should be easy to do. We probably should have a specification about how we
fallback, including ASCII fallback, space character fallback, and U+xxxx
fallback.
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•25 years ago
|
||
fix and check in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•