# HG changeset patch # User Kenichi Handa # Date 1097806210 0 # Node ID 680f4ba0cdc995b5bb5bf032d9b7137bcac3cd39 # Parent 1987dfad4543145b2183131ed861348b695f2b20 (unibyte_has_multibyte_table): New variable. diff -r 1987dfad4543 -r 680f4ba0cdc9 src/character.c --- a/src/character.c Fri Oct 15 02:09:31 2004 +0000 +++ b/src/character.c Fri Oct 15 02:10:10 2004 +0000 @@ -86,6 +86,10 @@ /* Mapping table from unibyte chars to multibyte chars. */ int unibyte_to_multibyte_table[256]; +/* Nth element is 1 iff unibyte char N can be mapped to a multibyte + char. */ +char unibyte_has_multibyte_table[256]; + /* Store multibyte form of character C at P. If C has modifier bits,