(mark_char_byte_table): New function in UTF-2000.
authortomo <tomo>
Sun, 10 Oct 1999 06:16:50 +0000 (06:16 +0000)
committertomo <tomo>
Sun, 10 Oct 1999 06:16:50 +0000 (06:16 +0000)
commit5a8fd25c962064b9f11c9c99115dee592668eca8
tree3f4f5d52565a9bef88764302277ff7b78c3a3964
parentbdb0aef1492adb300b688ed4a88cc582a909ecbf
(mark_char_byte_table): New function in UTF-2000.
(char_byte_table_equal): New function in UTF-2000.
(char_byte_table_hash): New function in UTF-2000.
(char_byte_table_description): New constant in UTF-2000.
(char_byte_table): New type in UTF-2000.
(make_char_byte_table): New function in UTF-2000.
(copy_char_byte_table): New function in UTF-2000.
(make_char_code_table): New macro in UTF-2000.
(get_char_code_table): New function in UTF-2000.
(put_char_code_table): New function in UTF-2000.
(mark_charset): Mark `cs->encoding_table' in UTF-2000.
(charset_description): Add setting in UTF-2000.
(make_charset): Setup `CHARSET_ENCODING_TABLE(cs)' instead of
`CHARSET_TO_BYTE1_TABLE(cs)'.
(charset_get_byte1): Refer `XCHARSET_ENCODING_TABLE(charset)' instead
of `XCHARSET_TO_BYTE1_TABLE(charset)'.
(charset_get_byte2): Refer `XCHARSET_ENCODING_TABLE(charset)' instead
of `XCHARSET_TO_BYTE2_TABLE(charset)'.
(Fset_charset_mapping_table): Setup `CHARSET_ENCODING_TABLE(cs)' instead of
`CHARSET_TO_BYTE1_TABLE(cs)' and `CHARSET_TO_BYTE2_TABLE(cs)'.
src/mule-charset.c