(Qenable_decomposition): New variable in XEmacs CHISE.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 11 Jun 2012 08:50:32 +0000 (17:50 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Mon, 11 Jun 2012 08:50:32 +0000 (17:50 +0900)
commit4f528836321c6ae1ab494cc48367c8c4d2a71549
treed33dd85f06a8391e5af5759e44447c9cce7704ed
parentef8aa44b54ae5d01fd20ed6bea8510e022314729
(Qenable_decomposition): New variable in XEmacs CHISE.
(Fmake_coding_system): Add new property `enable-decomposition' in
XEmacs CHISE.
(char_encode_utf8): Don't decompose character if
CODING_SYSTEM_ENABLE_DECOMPOSITION (str->codesys) is false.
(syms_of_file_coding): Add new symbol `enable-decomposition' in XEmacs
CHISE.
(complex_vars_of_file_coding): Define new coding-system-property
`enable-decomposition' in XEmacs CHISE.
src/text-coding.c