(CONVERSION_94): New macro.
authortomo <tomo>
Mon, 22 Jul 2002 18:00:30 +0000 (18:00 +0000)
committertomo <tomo>
Mon, 22 Jul 2002 18:00:30 +0000 (18:00 +0000)
(CONVERSION_96): New macro.
(CONVERSION_94x94): New macro.
(CONVERSION_96x96): New macro.
(CONVERSION_94x94x94): New macro.
(CONVERSION_96x96x96): New macro.
(CONVERSION_94x94x94x60): New macro.
(CONVERSION_94x94x94x94): New macro.
(CONVERSION_96x96x96x96): New macro.

src/char-ucs.h

index b516033..00f5d83 100644 (file)
@@ -365,8 +365,17 @@ CHARSET_ENCODING_TABLE (Lisp_Charset* cs)
 }
 
 #define CONVERSION_IDENTICAL   0
-#define CONVERSION_94x60       1
-#define CONVERSION_94x94x60    2
+#define CONVERSION_94          1
+#define CONVERSION_96          2
+#define CONVERSION_94x60       3
+#define CONVERSION_94x94       4
+#define CONVERSION_96x96       5
+#define CONVERSION_94x94x60    6
+#define CONVERSION_94x94x94    7
+#define CONVERSION_96x96x96    8
+#define CONVERSION_94x94x94x60 9
+#define CONVERSION_94x94x94x94 10
+#define CONVERSION_96x96x96x96 11
 
 #define XCHARSET_ID(cs)                  CHARSET_ID           (XCHARSET (cs))
 #define XCHARSET_NAME(cs)        CHARSET_NAME         (XCHARSET (cs))