Closed
Bug 160526
Opened 23 years ago
Closed 23 years ago
can't overwrite a charset given on a page
Categories
(Core :: Internationalization, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 105292
People
(Reporter: bugzilla_kl, Assigned: tetsuroy)
References
()
Details
(Keywords: intl)
the page at this URL is a normal 8Bit encoding, but says it's UTF16 in the
<meta/>-tag. If you try to overwrite this with setting a different (and working)
character encoding, noting happenes, the page is still displayed as UTF16 (and
so useless).
Comment 2•23 years ago
|
||
it's a encoding-problem.
The server sends deflate and mozilla doesn't support it but send it in the
request header.
*** This bug has been marked as a duplicate of 105292 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 3•23 years ago
|
||
Mark as verified dup. In fact, the server does send utf-16.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•