Closed
Bug 802069
Opened 13 years ago
Closed 13 years ago
Make "macintosh" the canonical name of its encoding, not "x-mac-roman"
Categories
(Core :: Internationalization, enhancement)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: ayg, Assigned: ayg)
References
Details
Attachments
(1 file)
|
14.19 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
csmacintosh, mac, macintosh, and x-mac-roman are all labels for one encoding in both Gecko and WebKit. The canonical name for that encoding (as returned by .characterSet) is macintosh per spec and in IE/WebKit, but we make it x-mac-roman. It seems sensible to change.
| Assignee | ||
Comment 1•13 years ago
|
||
Turns out we already had an XXX for this, too. Try: https://tbpl.mozilla.org/?tree=Try&rev=b9bf030e721c
Comment 2•13 years ago
|
||
Comment on attachment 671779 [details] [diff] [review]
Patch
Please rename test_decode_x_mac_roman.js and test_encode_x_mac_roman.js.
Updated•13 years ago
|
Attachment #671779 -
Flags: review?(smontagu) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/07ccbbd6fbb0
(In reply to Masatoshi Kimura [:emk] from comment #2)
> Please rename test_decode_x_mac_roman.js and test_encode_x_mac_roman.js.
I did this in the patch I pushed.
| Assignee | ||
Updated•13 years ago
|
Flags: in-testsuite+
Comment 4•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/07ccbbd6fbb0
https://hg.mozilla.org/mozilla-central/rev/353c63026073
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Comment 5•13 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•