Closed
Bug 266474
Opened 20 years ago
Closed 11 years ago
Add Yiddish digraphs to the transliteration table
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: andreasprilopwww, Assigned: smontagu)
References
()
Details
(Keywords: intl)
User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.3) Gecko/20040919 Build Identifier: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.7.3) Gecko/20040919 The Yiddish digraphs U+05F0, U+05F1, U+05F2, for example on http://www.google.com/intl/yi/ , display as question marks in Mozilla (Solaris) because they are outside ISO-8859-8. But they could be easily displayed using Hebrew characters U+05D5, U+05D9 from ISO-8859-8 fonts. Reproducible: Always Steps to Reproduce: 1. http://ppewww.ph.gla.ac.uk/~flavell/unicode/unidata05.html 2. Look at 05F0, 05F1, 05F2 Actual Results: Characters 05F0, 05F1, 05F2 are displayed as question marks in Mozilla on Solaris. Expected Results: Display Yiddish digraphs using Hebrew characters U+05D5, U+05D9 from Solaris ISO-8859-8 fonts.
Comment 2•20 years ago
|
||
> they could be easily displayed using Hebrew characters
> U+05D5, U+05D9 from ISO-8859-8 fonts.
Perhaps, we have to add them to our transliteration table so that when glyphs
for them are missing, we can fall back to rendering them with glyphs for U+05D5
and U+05D9.
Keywords: intl
Summary: Yiddish digraphs display as question marks → Add Yiddish digraphs to the transliteration table
| Assignee | ||
Comment 3•20 years ago
|
||
(In reply to comment #2) > Perhaps, we have to add them to our transliteration table so that when glyphs > for them are missing, we can fall back to rendering them with glyphs for U+05D5 > and U+05D9. I thought I had commented here a few months ago. The original IBMBIDI code did something like that (not for these specific characters, which for some reason unknown to me don't have any decomposition defined in Unicode), but it didn't pass review because the output from the transliterator is required to be ASCII. See bug 80151.
Updated•15 years ago
|
QA Contact: amyy → i18n
Updated•11 years ago
|
blocking-b2g: madai? → ---
Comment 4•11 years ago
|
||
Gfx has been rewritten not to need transliteration.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•