Functions
Name | Description |
---|---|
CONV_CP437oseToUnicode | Converts CP437_ose character code to Unicode. |
CONV_CP437oseToUtf8String | Converts a CP437_ose string to a UTF-8 string. |
CONV_LocalToUtf8String | Converts a string of custom code to a UTF-8 string. |
CONV_OutputMode | Set the output format of the conversion result. |
CONV_SjisToUnicode | Converts SJIS character code to Unicode. |
CONV_SjisToUtf8String | Converts an SJIS string to a UTF-8 string. |
CONV_UnicodeToCP437ose | Converts Unicode to CP437_ose character code. |
CONV_UnicodeToSjis | Converts Unicode to SJIS character code. |
CONV_UnicodeToUtf8 | Encodes Unicode character code to UTF-8. |
CONV_Utf8ToCP437oseString | Converts a UTF-8 string to a CP437_ose string. |
CONV_Utf8ToLocalString | Converts a UTF-8 string to a string of custom code. |
CONV_Utf8ToSjisString | Converts a UTF-8 string to an SJIS string. |
Last updated: 2021/09/02