Closed
Bug 1429075
Opened 7 years ago
Closed 7 years ago
Encoding issue in notification area (mojibake)
Categories
(bugzilla.mozilla.org :: Extensions, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dylan, Assigned: dylan)
References
Details
Attachments
(2 files)
Looks like we're not encoding this properly for javascript
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → dylan
| Assignee | ||
Comment 1•7 years ago
|
||
it's coming from inside the house (the perl string is not marked as containing utf8 bytes).
I'll have a PR up in a jiffy
Summary: Encoding issue in notification area → Encoding issue in notification area (mojibake)
| Assignee | ||
Comment 2•7 years ago
|
||
So now we tell the json encoder to use ascii, so the utf8 chars get escaped in the json way as \u2615\ufe0f
| Assignee | ||
Updated•7 years ago
|
Attachment #8941122 -
Flags: review+
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: User Interface → Extensions: Review
Updated•6 years ago
|
Component: Extensions: Review → Extensions
You need to log in
before you can comment on or make changes to this bug.
Description
•