changeset 18535:7ca42974dad4

(struct coding_system): New members character_unification_table_for_decode and character_unification_table_for_encode.
author Kenichi Handa <handa@m17n.org>
date Wed, 02 Jul 1997 12:53:53 +0000
parents cf074bab6a2d
children 69c0e220b626
files src/coding.h
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.h	Wed Jul 02 12:53:50 1997 +0000
+++ b/src/coding.h	Wed Jul 02 12:53:53 1997 +0000
@@ -295,8 +295,9 @@
      additional conversion. */
   Lisp_Object pre_write_conversion;
 
-  /* Character unification table to look up, or nil.  */
-  Lisp_Object character_unification_table;
+  /* Character unification tables to look up, or nil.  */
+  Lisp_Object character_unification_table_for_decode;
+  Lisp_Object character_unification_table_for_encode;
 
   /* Carryover yielded by decoding/encoding incomplete source.  No
      coding-system yields more than 7-byte of carryover.  This does