changeset 90020:680f4ba0cdc9

(unibyte_has_multibyte_table): New variable.
author Kenichi Handa <handa@m17n.org>
date Fri, 15 Oct 2004 02:10:10 +0000
parents 1987dfad4543
children 69699ae00d9c
files src/character.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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,