-CP932ToUTF8 is defined for platforms where Asian code pages are enabled. +CP932ToUTF8 is defined for platforms where Asian code pages are +enabled. It uses the byte maps defined for the Japanese Shift-JIS Double Byte +Character Set as defined for the Microsoft Windows Code Page 932. The internal +implementation ensures that single-byte half-width Katakana characters are +handled properly when converted to UTF-8.
++Specifically, the characters with an initial byte in the ranges $A0..$DF and +$FD..$FF. $A0, $FD, $FE, $FF are not allowed as the initial byte in a +Shift-JIS character. Other values in these ranges are treated as single-byte +half-width characters.