Closed
Bug 142114
Opened 23 years ago
Closed 22 years ago
UTF-8 page viewed as Western still shows Unicode characters
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: dopefishjustin, Assigned: shanjian)
References
()
Details
(Keywords: intl)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.0+) Gecko/20020503
BuildID: 2002050308
The UTF-8 test page linked above suggests that you display it as Western to see
how UTF-8 encoding works. However, when I do so, I see Unicode characters (like
circled numbers) in addition to the normal 8-bit accented characters.
Reproducible: Always
Steps to Reproduce:
1. Go to URL.
2. Change encoding to Western (iso-8859-1)
Actual Results: Unicode chars sprinkled in document
Expected Results: All 8-bit Western chars
Comment 1•23 years ago
|
||
That page is encoding as UTF-8 even though they are latin 1 characters. I'm not
quite sure how those characters should be if we convert them into western
iso-8859-1.
Change status as new to let assign engineer to investigate.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 2•23 years ago
|
||
The characters are not being converted (or should not, anyway); the UTF-8
encoded page is just being viewed as if it were Western (so you get several
meaningless Western chars for every UTF-8 char). The problem is that non-Western
characters are appearing, which should never happen when the display encoding is
set to Western.
Assignee | ||
Comment 4•22 years ago
|
||
If you take a close look at those characters, you should see the they are 0x8e,
0x8f, and 0x90. Those code points is not defined by either iso-8859-1 nor
win1252. that's say even we assume it is a win1252 page mislabeled as
iso-8859-1, we still could not find a glyph for those characters. So as our best
guess, we end up with those glyphs.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 5•22 years ago
|
||
Shouldn't that be WONTFIX then, and not WORKSFORME?
Assignee | ||
Comment 6•22 years ago
|
||
Because I don't think it is a problem, no fix needed. Another choice is invalid,
but some people don't feel comfortable when his/her bug was resolved that way.
It is like a insult to their capability. Except those real obvious ones, I used
to resolve them as work for me.
Comment 8•22 years ago
|
||
WONT = We don't really think your stupid idea is worth implementing.
INVA = Man, get a clue!
WORK = Ignorance is bliss, and I really don't have time checking out your claim.
DUPL = Geez, we're soon at 200k bugs and you didn't check before submitting!?
ASSI = We might have a fix within two years.
FIXE = Alright, we solved your bug, but also got three new ones by this very patch.
You need to log in
before you can comment on or make changes to this bug.
Description
•