Closed
Bug 342131
Opened 19 years ago
Closed 19 years ago
Pages encoded in US-ASCII not displayed correctly
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bugzilla, Assigned: smontagu)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
ASCII is a 7 bit code, so the most significant bit (MSB) must be ignored according to the standards. If I open a webpage encoded with US-ASCII, then FireFox displays it as ISO-8859-1 which means it uses the MSB.
Reproducible: Always
Steps to Reproduce:
1.Create a webpage that is served with content-encoding "US-ASCII"
2.set the MSB on some of the bytes
3.open the page
Actual Results:
ISO-8859-1 characters displayed when MSB is set
Expected Results:
ASCII characters displayed even when MSB is set
Comment 1•19 years ago
|
||
Do you have a testcase? Or a link to a site that shows the problem?
Component: Safe Browsing → General
Product: Firefox → Core
QA Contact: safe.browsing → general
Version: unspecified → 1.8 Branch
Reporter | ||
Comment 2•19 years ago
|
||
Yes, just click on the "URL" in this bug:
http://www.iku-ag.de/ASCII
Assignee | ||
Comment 3•19 years ago
|
||
This is by design: see bug 149417.
Assignee: nobody → smontagu
Component: General → Internationalization
QA Contact: general → amyy
Assignee | ||
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•