From: tomo Date: Mon, 22 Jul 2002 18:00:30 +0000 (+0000) Subject: (CONVERSION_94): New macro. X-Git-Tag: r21-2-44-utf-2000-0_19-ci-nc3~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=96a24969e027101897f3f6290529bc76166f8dbf;p=chise%2Fxemacs-chise.git (CONVERSION_94): New macro. (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. --- diff --git a/src/char-ucs.h b/src/char-ucs.h index b516033..00f5d83 100644 --- a/src/char-ucs.h +++ b/src/char-ucs.h @@ -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))