unsigned char uchar
GadgetSeedの文字(列)は unsigned char 型となる
int utf8str_to_utf16str(ushort *utf16str, uchar *utf8str, unsigned int count)
UTF-8 文字列から UTF-16 文字列へ変換
ushort sjiscode_to_utf16code(ushort sjiscode)
SJIS から UTF-16 へ変換
int utf16code_to_utf8code(uchar *utf8code, ushort utf16code)
UTF-16 文字から UTF-8 文字へ変換
uchar * sjisstr_to_utf8str(uchar *utf8str, uchar *sjisstr, unsigned int count)
SJIS 文字列から UTF-8 文字列へ変換
uchar * sj2utf8(uchar *sjisstr)
SJIS 文字列から最大文字バイト数固定 UTF-8 文字列へ変換
uchar * utf162utf8(ushort *utf16str)
UTF-16 文字列から最大文字バイト数固定 UTF-8 文字列へ変換
unsigned short ushort
2バイト(UTF-16)文字
int utf16str_to_utf8str(uchar *utf8str, ushort *utf16str, unsigned int count)
UTF-16 文字列から UTF-8 文字列へ変換
int utf8code_to_utf16code(ushort *utf16code, uchar *utf8code)
UTF-8 文字から UTF-16 文字へ変換