I18N-ISSUE-447 (BUG27851): Add MS932 as a label of Shift_JIS [encoding]

I18N-ISSUE-447 (BUG27851): Add MS932 as a label of Shift_JIS [encoding]

http://www.w3.org/International/track/issues/447

Raised by: Richard Ishida
On product: encoding

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27851

This issue tracks the bug listed above and was created as part of the WG CR process.

---

https://bugzilla.mozilla.org/show_bug.cgi?id=1120813 shows an email failure
when using Encoding Standard label resolution for processing incoming email,
because MS932 is not recognized as a label of Shift_JIS.

According to a Wikipedia pages linked to from the comments on that bug, Java
started recognizing the label windows-31j in JDK 1.4.1. Nowadays Java uses IANA
preferred names and treats MS932 as an alias for windows-31j, which is the
preferred name. The theory is that email labeled MS932 arises from MS932 having
been the Java-recognized way to name the Windows-flavor of Shift_JIS in legacy
Java.

https://wiki.whatwg.org/wiki/Web_Encodings#Encodings indicates that
Presto-Opera supported MS932 as a label of Shift_JIS. (And apparently also
supported the cp932 label, which the JDK doesn't know about.)

Although, we don't have a Web-motivated indication justifying the introduction
of ms932 as a label of Shift_JIS, it seems probably harmless and might fix more
than the one email that has been reported.

Received on Monday, 30 March 2015 14:21:50 UTC