| java.lang.Object sun.io.CharacterEncoding
CharacterEncoding | public class CharacterEncoding (Code) | | |
Method Summary | |
public static String | aliasName(String name) | static String | getSJISName() Returns "MS932" if the file.encoding property value is "MS932"
or an alias of "MS932"; otherwise, "SJIS", regardless of its
actual file.encoding value. |
getSJISName | static String getSJISName()(Code) | | Returns "MS932" if the file.encoding property value is "MS932"
or an alias of "MS932"; otherwise, "SJIS", regardless of its
actual file.encoding value. This method is called from the JIS
Auto Detect converter.
|
|
|