If you want to add support for a new character set that includes multi-byte characters, you need to use the multi-byte character functions.
The best documentation for this is the existing character sets.
Look at the euc_kr,
gb2312, gbk,
sjis, and ujis character
sets for examples. These are implemented in the
ctype-
files in the charset_name.cstrings directory.
You must specify the
mbmaxlen_
value in the special comment at the top of the source file.
MYSET=NN should be set to the size in bytes
of the largest character in the set.

User Comments
Add your own comment.