From: tomo Date: Mon, 12 Aug 2002 10:23:41 +0000 (+0000) Subject: (CONVERSION_BIG5_1): New macro. X-Git-Tag: r21-2-44-utf-2000-0_19-nc4-b5-1-2~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=de454742eb124a20749aa927d0f193acde721695;p=chise%2Fxemacs-chise.git.1 (CONVERSION_BIG5_1): New macro. (CONVERSION_BIG5_2): New macro. --- diff --git a/src/char-ucs.h b/src/char-ucs.h index 00f5d83..7759e86 100644 --- a/src/char-ucs.h +++ b/src/char-ucs.h @@ -367,15 +367,17 @@ CHARSET_ENCODING_TABLE (Lisp_Charset* cs) #define CONVERSION_IDENTICAL 0 #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 CONVERSION_94x94 3 +#define CONVERSION_96x96 4 +#define CONVERSION_94x94x94 5 +#define CONVERSION_96x96x96 6 +#define CONVERSION_94x94x94x94 7 +#define CONVERSION_96x96x96x96 8 +#define CONVERSION_94x60 9 +#define CONVERSION_94x94x60 10 +#define CONVERSION_94x94x94x60 11 +#define CONVERSION_BIG5_1 12 +#define CONVERSION_BIG5_2 13 #define XCHARSET_ID(cs) CHARSET_ID (XCHARSET (cs)) #define XCHARSET_NAME(cs) CHARSET_NAME (XCHARSET (cs))