Closed
Bug 1144679
Opened 10 years ago
Closed 9 years ago
Drop explicit use of codecs, and use 'replace' for unicode errors
Categories
(Localization Infrastructure and Tools :: compare-locales, defect)
Localization Infrastructure and Tools
compare-locales
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Pike, Assigned: Pike)
References
Details
Attachments
(1 file)
|
819 bytes,
patch
|
Details | Diff | Splinter Review |
In case there's some odd unicode slipping in, let's use 'replace' instead of the default 'strict', and use unicode.encode directly instead of using codecs().
This uplifts a review comment from :gps in bug 940103.
| Assignee | ||
Comment 1•9 years ago
|
||
https://hg.mozilla.org/l10n/compare-locales/rev/4b4f6852650c landed this a while ago.
Assignee: nobody → l10n
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•