From f93279477985b138325d1958e10ff0688c5c2e83 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 18 Dec 2002 12:17:24 +0000 Subject: [PATCH] (MAX_CHAR_GT): Updated. --- src/char-ucs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/char-ucs.h b/src/char-ucs.h index e1ebb86..ee60def 100644 --- a/src/char-ucs.h +++ b/src/char-ucs.h @@ -514,7 +514,7 @@ CHARSET_BY_ATTRIBUTES (int chars, int dimension, int final, int dir) #define MAX_CHAR_96x96 (MIN_CHAR_96x96 + 96 * 96 * 80 - 1) #define MIN_CHAR_GT 0x61000000 -#define MAX_CHAR_GT (MIN_CHAR_GT + 66773) +#define MAX_CHAR_GT (MIN_CHAR_GT + 67547) #define MIN_CHAR_BIG5_CDP 0x62000000 #define MAX_CHAR_BIG5_CDP 0x6200FFFF #define MIN_CHAR_HANZIKU_1 (0x62000000 + 65536 * 1) -- 1.7.10.4