diff src/character.c @ 90020:680f4ba0cdc9

(unibyte_has_multibyte_table): New variable.
author Kenichi Handa <handa@m17n.org>
date Fri, 15 Oct 2004 02:10:10 +0000
parents cce857c68ba2
children 08185296b491
line wrap: on
line diff
--- 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,