Closed
Bug 1281972
Opened 10 years ago
Closed 10 years ago
"Assertion failure: encoder (Tried to create encoder for unknown encoding.)" with <form accept-charset=HZ-GB-2312>
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla50
| Tracking | Status | |
|---|---|---|
| firefox50 | --- | fixed |
People
(Reporter: jruderman, Assigned: hsivonen)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
Assertion failure: encoder (Tried to create encoder for unknown encoding.), at dom/encoding/EncodingUtils.cpp:90
| Reporter | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
The essential fragment seems to be <form accept-charset=HZ-GB-2312>, which makes me wonder, Henri, is this your turf?
Flags: needinfo?(hsivonen)
| Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Axel Hecht [:Pike] from comment #2)
> The essential fragment seems to be <form accept-charset=HZ-GB-2312>, which
> makes me wonder, Henri, is this your turf?
Yes. I'll take a look.
Assignee: nobody → hsivonen
Flags: needinfo?(hsivonen)
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Comment 5•10 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/63688/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/63688/
Attachment #8770116 -
Flags: review?(VYV03354)
Updated•10 years ago
|
Attachment #8770116 -
Flags: review?(VYV03354) → review+
Comment 6•10 years ago
|
||
Comment on attachment 8770116 [details]
Bug 1281972 - Filter out encodings that map to the replacement encoding when processing <form accept-charset>. .
https://reviewboard.mozilla.org/r/63688/#review60618
Pushed by hsivonen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/556c8daaf008
Filter out encodings that map to the replacement encoding when processing <form accept-charset>. r=emk.
Comment 8•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•