(MAX_CHAR_BMP): New macro.
authortomo <tomo>
Tue, 11 Jan 2000 05:52:16 +0000 (05:52 +0000)
committertomo <tomo>
Tue, 11 Jan 2000 05:52:16 +0000 (05:52 +0000)
src/char-ucs.h

index addba55..b9b9398 100644 (file)
@@ -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)