Closed
Bug 897302
Opened 12 years ago
Closed 12 years ago
Firefox does not use the encoding declared by the server
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 890478
People
(Reporter: vincent-moz, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20130723 Firefox/25.0 (Nightly/Aurora)
Build ID: 20130723030205
Steps to reproduce:
Open http://www.vinc17.net/mutt/fr.po then look at Page Info.
Actual results:
The Page Info dialogue says: "Encoding: windows-1252".
Expected results:
The Page Info dialogue should say: "Encoding: iso-8859-1", because this is what has been declared by the server:
Content-Type: text/plain; charset=iso-8859-1
(information from Tools → Web Developer → Network).
Updated•12 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Comment 2•3 years ago
|
||
That bug was closed as invalid. Declaring windows1252 can never be correct on a Linux machine, because that code page does not exist. Also, the actual text rendering is obviously wrong and NOT iso8859-1, just look at it.
You need to log in
before you can comment on or make changes to this bug.
Description
•