(Qcomposite): New variable.
authortomo <tomo>
Wed, 26 Apr 2000 11:42:10 +0000 (11:42 +0000)
committertomo <tomo>
Wed, 26 Apr 2000 11:42:10 +0000 (11:42 +0000)
commit91d290c2215b52305103d48cd2524ba9c86cf6b9
treedbdb092c34856225b0239555251afe1bf15e96bc
parent12bde657f6b7a738ee83474a2397eb1d8b624f53
(Qcomposite): New variable.
(Fmake_coding_system): Add new property `composite'.
(struct decoding_stream): Add `combined_char_count', `combined_chars'
and `combining_table' in UTF-2000.
(COMPOSE_FLUSH_CHARS): New macro.
(COMPOSE_ADD_CHAR): New macro.
(reset_decoding_stream): Reset `str->combined_char_count' and
`str->combining_table' in UTF-2000.
(decode_coding_iso2022): Modify for character-decomposition.
(syms_of_file_coding): Add new symbol `composite'.
src/text-coding.c