Closed
Bug 281483
Opened 20 years ago
Closed 17 years ago
Decomposed, accented unicode characters are not displayed as a single character
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dean.bugzilla, Assigned: smontagu)
References
()
Details
Attachments
(4 files)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon; .NET CLR 1.1.4322; .NET CLR 2.0.40607)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050207
If you look at the page at
http://weblogs.asp.net/michkap/archive/2005/02/07/368570.aspx, it had the
string "àáâãäå" in different non-normalized forms (i.e. some characters
composed, some decomposed).
All the strings look the same in IE on Windows, but both Mozilla and Firefox
display the strings incorrectly (though differently, for some reason).
Reproducible: Always
Steps to Reproduce:
1. Open the url http://weblogs.asp.net/michkap/archive/2005/02/07/368570.aspx
2. Have a look under the text "static void Main()..." for the various non-
normalized form of the string "àáâãäå"
3. On Mozilla and Firefox, the string all look different, even though they're
supposed to look the same.
Actual Results:
Different forms of the string "àáâãäå" look different.
Expected Results:
Different forms of the string "àáâãäå" should look the same.
Reporter | ||
Comment 1•20 years ago
|
||
This is how the text looks in Mozilla. Notice how all the decomposed combining
characters display separate to the base character.
Reporter | ||
Comment 2•20 years ago
|
||
This is how the text looks in Firefox. Notice how it seems to do a "better"
job than Mozilla - it composes some characters properly, but others are not
composed, and still others have no or the wrong accent!
Reporter | ||
Comment 3•20 years ago
|
||
Notice how all the strings look the same. This is how it *should* be.
Reporter | ||
Comment 4•20 years ago
|
||
To display the strings in my original post, you'll have to change the encoding
of this page to UTF-8 - I'm not sure why Bugzilla is returning ISO-8859-1... :-
)
Assignee | ||
Comment 5•20 years ago
|
||
By the way, which version of Mozilla are you using, and on what Windows version?
I don't see any difference between Mozilla trunk and Firefox 1.0, both on
Windows XP.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 6•20 years ago
|
||
I used the nightly build of Mozilla, from a couple of days ago. But just the
latest release of Firefox (i.e. not a nightly build). On Windows XP SP2.
I didn't try a nightly build of Firefox, so I don't mind if we assume that's
the "real" problem...
Assignee | ||
Comment 7•18 years ago
|
||
Assignee | ||
Updated•18 years ago
|
Comment 8•17 years ago
|
||
This bug does not appear to be Windows specific as I am seeing the same thing with decomposed (NFD) Unicode strings with the above text attachment on Mac OS 10.4.10 with Firefox 2.0.0.7.
Assignee | ||
Comment 9•17 years ago
|
||
In current trunk I no longer see the bug on either Windows or Mac, and for Linux it is covered by bug 197649, so I am marking this WORKSFORME.
Status: NEW → RESOLVED
Closed: 17 years ago
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•