From: tomo Date: Tue, 11 Jan 2000 05:52:16 +0000 (+0000) Subject: (MAX_CHAR_BMP): New macro. X-Git-Tag: r21-2-24-utf-2000-0_12-1~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5f6b670e0f00729a02be2630d399197b02ebca01;p=chise%2Fxemacs-chise.git.1 (MAX_CHAR_BMP): New macro. --- diff --git a/src/char-ucs.h b/src/char-ucs.h index addba55..b9b9398 100644 --- a/src/char-ucs.h +++ b/src/char-ucs.h @@ -392,6 +392,7 @@ CHARSET_BY_LEADING_BYTE (Charset_ID lb) #define MIN_CHAR_HALFWIDTH_KATAKANA 0xFF61 #define MAX_CHAR_HALFWIDTH_KATAKANA 0xFF9F +#define MAX_CHAR_BMP 0x00FFFF #define MIN_CHAR_OBS_94x94 0xE00000 #define MAX_CHAR_OBS_94x94 (0xE00000 + 94 * 94 * 14 - 1)