emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/character.c [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/character.c [emacs-unicode-2]
Date: Thu, 14 Oct 2004 22:32:25 -0400

Index: emacs/src/character.c
diff -c emacs/src/character.c:1.1.4.6 emacs/src/character.c:1.1.4.7
*** emacs/src/character.c:1.1.4.6       Mon Apr 19 07:09:26 2004
--- emacs/src/character.c       Fri Oct 15 02:10:10 2004
***************
*** 86,91 ****
--- 86,95 ----
  /* 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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]