Closed
Bug 276398
Opened 20 years ago
Closed 20 years ago
A in greek is displayed ?
Categories
(Core Graveyard :: GFX: Win32, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: spira, Assigned: smontagu)
References
()
Details
(Keywords: intl)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 A in greek language with caps and tonic is displayed ?. No other comments... Reproducible: Always
Updated•20 years ago
|
Assignee: firefox → smontagu
Component: General → Internationalization
Product: Firefox → Core
QA Contact: firefox.general → amyy
Summary: A in greek is displayed ? → A in greek is displayed ?
Version: unspecified → 1.7 Branch
Comment 1•20 years ago
|
||
Did you mean Mozilla doesn't render Greek letters with diacritic marks correctly? There are a few different factors that affect Greek/Latin/Cyrillic letters with diacritic marks. - The way they're encoded : precomposed using a single Unicode code point or decomposed. Greek capital letter alpha with tonos has its own code point so that it's likely that it's represented with that precomposed character (U+0386) - Fonts : installed on your system and specified by the author of a document : whether they have glyphs for precomposed characters (e.g. U+0386), whether they have necessary GSUB/GPOS tables (if they're opentype fonts), whether they have glyphs for combining diacritic marks that get them rendered more or less 'correctly' when they're preceded by base characters (if GSUB/GPOS is missing or the rendering engine doesn't support them.) - The version of usp10.dll installed on your Windows : The newest version of usp10.dll (uniscribe) can handle combining diacritic marks for Greek/Latin/Cyrillic letters, but old ones can't. - Probably, whether you enabled 'complex script support' in the control panel (if you're on Win 2k/XP) does also matter. - Oops. I was about to write one more, but just forgot .... So, you need to provide more details including at least a couple of sample documents or document URLs and screenshots comparing Mozilla and MS IE (if the latter does it right or differently from mozilla if not correctly) And, probably, this is a dupe
Component: Internationalization → GFX: Win32
Keywords: intl
| Assignee | ||
Comment 2•20 years ago
|
||
You should take this up with the owners of the site. It declares itself as being in the ISO-8859-7 encoding, where capital Alpha with tonos is encoded as 0xb6, but parts of it are actually in Windows-1253, where it is encoded as 0xa2. You can see this by changing the encoding between ISO-8859-7 and Windows-1253 from the menu at View | Character encoding | More encodings | West European. With ISO-8859-7 you will see "?ρθρα" in the main page, but "Άρθρα" in the side bar. With Windows-1253 you will see "Άρθρα" in the main page, but "¶ρθρα" in the side bar. The situation is much the same in IE and Opera.(To read this comment, set the encoding to UTF-8 if it isn't set already) This is not Mozilla's problem, resolving INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Comment 3•20 years ago
|
||
smontagu meant INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → INVALID
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•