From b02761ff463f96a444ec4fd4b9ed755667e205fe Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 22 Feb 1997 22:50:57 +0000 Subject: [PATCH] Add Korean CTYPE locale Submitted by: Choi Jun Ho --- share/mklocale/Makefile | 5 +- share/mklocale/ko_KR.EUC.src | 114 ++++++++++++++++++++++++++++ share/mklocale/ko_KR.eucKR.src | 114 ++++++++++++++++++++++++++++ usr.bin/mklocale/data/Makefile | 5 +- usr.bin/mklocale/data/ko_KR.EUC.src | 114 ++++++++++++++++++++++++++++ 5 files changed, 348 insertions(+), 4 deletions(-) create mode 100644 share/mklocale/ko_KR.EUC.src create mode 100644 share/mklocale/ko_KR.eucKR.src create mode 100644 usr.bin/mklocale/data/ko_KR.EUC.src diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile index 78a980650a48..59f51391f7b7 100644 --- a/share/mklocale/Makefile +++ b/share/mklocale/Makefile @@ -1,9 +1,10 @@ -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 19:56:11 peter Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} -LOCALES= ja_JP.EUC ru_SU.KOI8-R lt_LN.ASCII lt_LN.ISO_8859-1 ru_SU.CP866 +LOCALES= ja_JP.EUC ko_KR.EUC lt_LN.ASCII lt_LN.ISO_8859-1 \ + ru_SU.KOI8-R ru_SU.CP866 LOCALEDIR= ${DESTDIR}/usr/share/locale .if exists(${.OBJDIR}/..) diff --git a/share/mklocale/ko_KR.EUC.src b/share/mklocale/ko_KR.EUC.src new file mode 100644 index 000000000000..48a249394642 --- /dev/null +++ b/share/mklocale/ko_KR.EUC.src @@ -0,0 +1,114 @@ +/* + * Korean LOCALE_CTYPE definitions using EUC-KR character sets + * + * Choi Jun Ho, junker@vishnu.snu.ac.kr + * NARAE, Seoul National Univ., CS Dept. + * 96.12.3 + * + * It is based on manpage mklocale(1), euc(4). + * + */ + +ENCODING "EUC" + +/* EUC-KR + * 0xa1a1-0xfefe + * byte 1: 0xa1-0xfe + * byte 2: 0xa1-0xfe + */ + +VARIABLE 1 0x0000 2 0x8080 2 0x0080 3 0x8000 0x8080 + +/* + * Code Set 1, US-ASCII equivalent + */ +ALPHA 'A' - 'Z' 'a' - 'z' +CONTROL 0x00 - 0x1f 0x7f +DIGIT '0' - '9' +GRAPH 0x21 - 0x7e +LOWER 'a' - 'z' +PUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e +SPACE 0x09 - 0x0d 0x20 +UPPER 'A' - 'Z' +XDIGIT 'a' - 'f' 'A' - 'F' +BLANK ' ' +PRINT 0x20 - 0x7e + +MAPLOWER < 'A' - 'Z' : 'a' > < 'a' - 'z' : 'a' > +MAPUPPER < 'A' - 'Z' : 'A' > < 'a' - 'z' : 'A' > +TODIGIT < '0' - '9' : 0 > +TODIGIT < 'A' - 'F' : 10 > < 'a' - 'f' : 10 > + +/* + * Code Set 2, EUC-KR + */ +ALPHA 0xa3c1 - 0xa3da 0xa3e1 - 0xa3fa +DIGIT 0xa3b0 - 0xa3b9 +UPPER 0xa3c1 - 0xa3da +LOWER 0xa3e1 - 0xa3fa +PUNCT 0xa3a1 - 0xa3af 0xa3ba - 0xa3c0 0xa3db - 0xa3e0 0xa3fb - 0xa3fe +SPACE 0xa1a1 +XDIGIT 0xa3c1 - 0xa3c6 0xa3e1 - 0xa3e6 +BLANK 0xa1a1 +PRINT 0xa1a1 - 0xfefe +SPECIAL 0xa1a2 - 0xa2e5 + +MAPLOWER < 0xa3c1 - 0xa3da : 0xa3e1 > < 0xa3e1 - 0xa3fa : 0xa3e1 > +MAPUPPER < 0xa3c1 - 0xa3da : 0xa3c1 > < 0xa3b0 - 0xa3b9 : 0xa3c1 > +TODIGIT < 0xa3b1 - 0xa3b9 : 0 > +TODIGIT < 0xa3c1 - 0xa3c6 : 10 > < 0xa3e1 - 0xa3e6 : 10 > + + +UPPER 0xa5c1 - 0xa5d8 /* Greek */ +LOWER 0xa5e1 - 0xa5f8 /* Greek */ +MAPLOWER < 0xa5c1 - 0xa5d8 : 0xa5e1 > < 0xa5e1 - 0xa5f8 : 0xa5e1 > +MAPUPPER < 0xa5c1 - 0xa5d8 : 0xa5c1 > < 0xa5e1 - 0xa5f8 : 0xa5c1 > + +UPPER 0xaca1 - 0xacc1 /* Cyrillic */ +LOWER 0xacd1 - 0xacf1 /* Cyrillic */ +MAPLOWER < 0xaca1 - 0xacc1 : 0xacd1 > < 0xacd1 - 0xacf1 : 0xacd1 > +MAPUPPER < 0xaca1 - 0xacc1 : 0xaca1 > < 0xacd1 - 0xacf1 : 0xaca1 > + +SPECIAL 0xa5a1 - 0xa5aa 0xa5b0 - 0xa5b9 /* greek digit */ +SPECIAL 0xa6a1 - 0xa6e4 0xa7a1 - 0xa7ef /* symbols */ +SPECIAL 0xa8a1 - 0xa8fe 0xa9a1 - 0xa9fe /* circle symbols */ + +PHONOGRAM 0xa4a1 - 0xa4fe /* no combined hangul */ +PHONOGRAM 0xaaa1 - 0xaaf3 /* hirakana */ +PHONOGRAM 0xaba1 - 0xabf3 /* katakana */ + +PHONOGRAM 0xb0a1 - 0xb0fe 0xb1a1 - 0xb1fe 0xb2a1 - 0xb2fe +PHONOGRAM 0xb3a1 - 0xb3fe 0xb4a1 - 0xb4fe 0xb5a1 - 0xb5fe +PHONOGRAM 0xb6a1 - 0xb6fe 0xb7a1 - 0xb7fe 0xb8a1 - 0xb8fe +PHONOGRAM 0xb9a1 - 0xb9fe 0xbaa1 - 0xbafe 0xbba1 - 0xbbfe +PHONOGRAM 0xbca1 - 0xbcfe 0xbda1 - 0xbdfe 0xbea1 - 0xbefe +PHONOGRAM 0xbfa1 - 0xbffe 0xc0a1 - 0xc0fe 0xc1a1 - 0xc1fe +PHONOGRAM 0xc2a1 - 0xc2fe 0xc3a1 - 0xc3fe 0xc4a1 - 0xc4fe +PHONOGRAM 0xc5a1 - 0xc5fe 0xc6a1 - 0xc6fe 0xc7a1 - 0xc7fe +PHONOGRAM 0xc8a1 - 0xc8fe /* hangul composed */ + +IDEOGRAM 0xcaa1 - 0xcafe 0xcba1 - 0xcbfe 0xcca1 - 0xccfe +IDEOGRAM 0xcda1 - 0xcdfe 0xcea1 - 0xcefe 0xcfa1 - 0xcffe +IDEOGRAM 0xd0a1 - 0xd0fe 0xd1a1 - 0xd1fe 0xd2a1 - 0xd2fe +IDEOGRAM 0xd3a1 - 0xd3fe 0xd4a1 - 0xd4fe 0xd5a1 - 0xd5fe +IDEOGRAM 0xd6a1 - 0xd6fe 0xd7a1 - 0xd7fe 0xd8a1 - 0xd8fe +IDEOGRAM 0xd9a1 - 0xd9fe 0xdaa1 - 0xdafe 0xdba1 - 0xdbfe +IDEOGRAM 0xdca1 - 0xdcfe 0xdda1 - 0xddfe 0xdea1 - 0xdefe +IDEOGRAM 0xdfa1 - 0xdffe 0xe0a1 - 0xe0fe 0xe1a1 - 0xe1fe +IDEOGRAM 0xe2a1 - 0xe2fe 0xe3a1 - 0xe3fe 0xe4a1 - 0xe4fe +IDEOGRAM 0xe5a1 - 0xe5fe 0xe6a1 - 0xe6fe 0xe7a1 - 0xe7fe +IDEOGRAM 0xe8a1 - 0xe8fe 0xe9a1 - 0xe9fe 0xeaa1 - 0xeafe +IDEOGRAM 0xeba1 - 0xebfe 0xeca1 - 0xecfe 0xeda1 - 0xedfe +IDEOGRAM 0xeea1 - 0xeefe 0xefa1 - 0xeffe 0xf0a1 - 0xf0fe +IDEOGRAM 0xf1a1 - 0xf1fe 0xf2a1 - 0xf2fe 0xf3a1 - 0xf3fe +IDEOGRAM 0xf4a1 - 0xf4fe 0xf5a1 - 0xf5fe 0xf6a1 - 0xf6fe +IDEOGRAM 0xf7a1 - 0xf7fe 0xf8a1 - 0xf8fe 0xf9a1 - 0xf9fe +IDEOGRAM 0xfaa1 - 0xfafe 0xfba1 - 0xfbfe 0xfca1 - 0xfcfe +IDEOGRAM 0xfda1 - 0xfdfe /* hanja */ + +/* + * We have no Codeset 3, it is dummy + */ +SPECIAL 0xa1 - 0xfe +PHONOGRAM 0xa1 - 0xfe +PRINT 0xa1 - 0xfe diff --git a/share/mklocale/ko_KR.eucKR.src b/share/mklocale/ko_KR.eucKR.src new file mode 100644 index 000000000000..48a249394642 --- /dev/null +++ b/share/mklocale/ko_KR.eucKR.src @@ -0,0 +1,114 @@ +/* + * Korean LOCALE_CTYPE definitions using EUC-KR character sets + * + * Choi Jun Ho, junker@vishnu.snu.ac.kr + * NARAE, Seoul National Univ., CS Dept. + * 96.12.3 + * + * It is based on manpage mklocale(1), euc(4). + * + */ + +ENCODING "EUC" + +/* EUC-KR + * 0xa1a1-0xfefe + * byte 1: 0xa1-0xfe + * byte 2: 0xa1-0xfe + */ + +VARIABLE 1 0x0000 2 0x8080 2 0x0080 3 0x8000 0x8080 + +/* + * Code Set 1, US-ASCII equivalent + */ +ALPHA 'A' - 'Z' 'a' - 'z' +CONTROL 0x00 - 0x1f 0x7f +DIGIT '0' - '9' +GRAPH 0x21 - 0x7e +LOWER 'a' - 'z' +PUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e +SPACE 0x09 - 0x0d 0x20 +UPPER 'A' - 'Z' +XDIGIT 'a' - 'f' 'A' - 'F' +BLANK ' ' +PRINT 0x20 - 0x7e + +MAPLOWER < 'A' - 'Z' : 'a' > < 'a' - 'z' : 'a' > +MAPUPPER < 'A' - 'Z' : 'A' > < 'a' - 'z' : 'A' > +TODIGIT < '0' - '9' : 0 > +TODIGIT < 'A' - 'F' : 10 > < 'a' - 'f' : 10 > + +/* + * Code Set 2, EUC-KR + */ +ALPHA 0xa3c1 - 0xa3da 0xa3e1 - 0xa3fa +DIGIT 0xa3b0 - 0xa3b9 +UPPER 0xa3c1 - 0xa3da +LOWER 0xa3e1 - 0xa3fa +PUNCT 0xa3a1 - 0xa3af 0xa3ba - 0xa3c0 0xa3db - 0xa3e0 0xa3fb - 0xa3fe +SPACE 0xa1a1 +XDIGIT 0xa3c1 - 0xa3c6 0xa3e1 - 0xa3e6 +BLANK 0xa1a1 +PRINT 0xa1a1 - 0xfefe +SPECIAL 0xa1a2 - 0xa2e5 + +MAPLOWER < 0xa3c1 - 0xa3da : 0xa3e1 > < 0xa3e1 - 0xa3fa : 0xa3e1 > +MAPUPPER < 0xa3c1 - 0xa3da : 0xa3c1 > < 0xa3b0 - 0xa3b9 : 0xa3c1 > +TODIGIT < 0xa3b1 - 0xa3b9 : 0 > +TODIGIT < 0xa3c1 - 0xa3c6 : 10 > < 0xa3e1 - 0xa3e6 : 10 > + + +UPPER 0xa5c1 - 0xa5d8 /* Greek */ +LOWER 0xa5e1 - 0xa5f8 /* Greek */ +MAPLOWER < 0xa5c1 - 0xa5d8 : 0xa5e1 > < 0xa5e1 - 0xa5f8 : 0xa5e1 > +MAPUPPER < 0xa5c1 - 0xa5d8 : 0xa5c1 > < 0xa5e1 - 0xa5f8 : 0xa5c1 > + +UPPER 0xaca1 - 0xacc1 /* Cyrillic */ +LOWER 0xacd1 - 0xacf1 /* Cyrillic */ +MAPLOWER < 0xaca1 - 0xacc1 : 0xacd1 > < 0xacd1 - 0xacf1 : 0xacd1 > +MAPUPPER < 0xaca1 - 0xacc1 : 0xaca1 > < 0xacd1 - 0xacf1 : 0xaca1 > + +SPECIAL 0xa5a1 - 0xa5aa 0xa5b0 - 0xa5b9 /* greek digit */ +SPECIAL 0xa6a1 - 0xa6e4 0xa7a1 - 0xa7ef /* symbols */ +SPECIAL 0xa8a1 - 0xa8fe 0xa9a1 - 0xa9fe /* circle symbols */ + +PHONOGRAM 0xa4a1 - 0xa4fe /* no combined hangul */ +PHONOGRAM 0xaaa1 - 0xaaf3 /* hirakana */ +PHONOGRAM 0xaba1 - 0xabf3 /* katakana */ + +PHONOGRAM 0xb0a1 - 0xb0fe 0xb1a1 - 0xb1fe 0xb2a1 - 0xb2fe +PHONOGRAM 0xb3a1 - 0xb3fe 0xb4a1 - 0xb4fe 0xb5a1 - 0xb5fe +PHONOGRAM 0xb6a1 - 0xb6fe 0xb7a1 - 0xb7fe 0xb8a1 - 0xb8fe +PHONOGRAM 0xb9a1 - 0xb9fe 0xbaa1 - 0xbafe 0xbba1 - 0xbbfe +PHONOGRAM 0xbca1 - 0xbcfe 0xbda1 - 0xbdfe 0xbea1 - 0xbefe +PHONOGRAM 0xbfa1 - 0xbffe 0xc0a1 - 0xc0fe 0xc1a1 - 0xc1fe +PHONOGRAM 0xc2a1 - 0xc2fe 0xc3a1 - 0xc3fe 0xc4a1 - 0xc4fe +PHONOGRAM 0xc5a1 - 0xc5fe 0xc6a1 - 0xc6fe 0xc7a1 - 0xc7fe +PHONOGRAM 0xc8a1 - 0xc8fe /* hangul composed */ + +IDEOGRAM 0xcaa1 - 0xcafe 0xcba1 - 0xcbfe 0xcca1 - 0xccfe +IDEOGRAM 0xcda1 - 0xcdfe 0xcea1 - 0xcefe 0xcfa1 - 0xcffe +IDEOGRAM 0xd0a1 - 0xd0fe 0xd1a1 - 0xd1fe 0xd2a1 - 0xd2fe +IDEOGRAM 0xd3a1 - 0xd3fe 0xd4a1 - 0xd4fe 0xd5a1 - 0xd5fe +IDEOGRAM 0xd6a1 - 0xd6fe 0xd7a1 - 0xd7fe 0xd8a1 - 0xd8fe +IDEOGRAM 0xd9a1 - 0xd9fe 0xdaa1 - 0xdafe 0xdba1 - 0xdbfe +IDEOGRAM 0xdca1 - 0xdcfe 0xdda1 - 0xddfe 0xdea1 - 0xdefe +IDEOGRAM 0xdfa1 - 0xdffe 0xe0a1 - 0xe0fe 0xe1a1 - 0xe1fe +IDEOGRAM 0xe2a1 - 0xe2fe 0xe3a1 - 0xe3fe 0xe4a1 - 0xe4fe +IDEOGRAM 0xe5a1 - 0xe5fe 0xe6a1 - 0xe6fe 0xe7a1 - 0xe7fe +IDEOGRAM 0xe8a1 - 0xe8fe 0xe9a1 - 0xe9fe 0xeaa1 - 0xeafe +IDEOGRAM 0xeba1 - 0xebfe 0xeca1 - 0xecfe 0xeda1 - 0xedfe +IDEOGRAM 0xeea1 - 0xeefe 0xefa1 - 0xeffe 0xf0a1 - 0xf0fe +IDEOGRAM 0xf1a1 - 0xf1fe 0xf2a1 - 0xf2fe 0xf3a1 - 0xf3fe +IDEOGRAM 0xf4a1 - 0xf4fe 0xf5a1 - 0xf5fe 0xf6a1 - 0xf6fe +IDEOGRAM 0xf7a1 - 0xf7fe 0xf8a1 - 0xf8fe 0xf9a1 - 0xf9fe +IDEOGRAM 0xfaa1 - 0xfafe 0xfba1 - 0xfbfe 0xfca1 - 0xfcfe +IDEOGRAM 0xfda1 - 0xfdfe /* hanja */ + +/* + * We have no Codeset 3, it is dummy + */ +SPECIAL 0xa1 - 0xfe +PHONOGRAM 0xa1 - 0xfe +PRINT 0xa1 - 0xfe diff --git a/usr.bin/mklocale/data/Makefile b/usr.bin/mklocale/data/Makefile index 78a980650a48..59f51391f7b7 100644 --- a/usr.bin/mklocale/data/Makefile +++ b/usr.bin/mklocale/data/Makefile @@ -1,9 +1,10 @@ -# $Id$ +# $Id: Makefile,v 1.5 1997/02/22 19:56:11 peter Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} -LOCALES= ja_JP.EUC ru_SU.KOI8-R lt_LN.ASCII lt_LN.ISO_8859-1 ru_SU.CP866 +LOCALES= ja_JP.EUC ko_KR.EUC lt_LN.ASCII lt_LN.ISO_8859-1 \ + ru_SU.KOI8-R ru_SU.CP866 LOCALEDIR= ${DESTDIR}/usr/share/locale .if exists(${.OBJDIR}/..) diff --git a/usr.bin/mklocale/data/ko_KR.EUC.src b/usr.bin/mklocale/data/ko_KR.EUC.src new file mode 100644 index 000000000000..48a249394642 --- /dev/null +++ b/usr.bin/mklocale/data/ko_KR.EUC.src @@ -0,0 +1,114 @@ +/* + * Korean LOCALE_CTYPE definitions using EUC-KR character sets + * + * Choi Jun Ho, junker@vishnu.snu.ac.kr + * NARAE, Seoul National Univ., CS Dept. + * 96.12.3 + * + * It is based on manpage mklocale(1), euc(4). + * + */ + +ENCODING "EUC" + +/* EUC-KR + * 0xa1a1-0xfefe + * byte 1: 0xa1-0xfe + * byte 2: 0xa1-0xfe + */ + +VARIABLE 1 0x0000 2 0x8080 2 0x0080 3 0x8000 0x8080 + +/* + * Code Set 1, US-ASCII equivalent + */ +ALPHA 'A' - 'Z' 'a' - 'z' +CONTROL 0x00 - 0x1f 0x7f +DIGIT '0' - '9' +GRAPH 0x21 - 0x7e +LOWER 'a' - 'z' +PUNCT 0x21 - 0x2f 0x3a - 0x40 0x5b - 0x60 0x7b - 0x7e +SPACE 0x09 - 0x0d 0x20 +UPPER 'A' - 'Z' +XDIGIT 'a' - 'f' 'A' - 'F' +BLANK ' ' +PRINT 0x20 - 0x7e + +MAPLOWER < 'A' - 'Z' : 'a' > < 'a' - 'z' : 'a' > +MAPUPPER < 'A' - 'Z' : 'A' > < 'a' - 'z' : 'A' > +TODIGIT < '0' - '9' : 0 > +TODIGIT < 'A' - 'F' : 10 > < 'a' - 'f' : 10 > + +/* + * Code Set 2, EUC-KR + */ +ALPHA 0xa3c1 - 0xa3da 0xa3e1 - 0xa3fa +DIGIT 0xa3b0 - 0xa3b9 +UPPER 0xa3c1 - 0xa3da +LOWER 0xa3e1 - 0xa3fa +PUNCT 0xa3a1 - 0xa3af 0xa3ba - 0xa3c0 0xa3db - 0xa3e0 0xa3fb - 0xa3fe +SPACE 0xa1a1 +XDIGIT 0xa3c1 - 0xa3c6 0xa3e1 - 0xa3e6 +BLANK 0xa1a1 +PRINT 0xa1a1 - 0xfefe +SPECIAL 0xa1a2 - 0xa2e5 + +MAPLOWER < 0xa3c1 - 0xa3da : 0xa3e1 > < 0xa3e1 - 0xa3fa : 0xa3e1 > +MAPUPPER < 0xa3c1 - 0xa3da : 0xa3c1 > < 0xa3b0 - 0xa3b9 : 0xa3c1 > +TODIGIT < 0xa3b1 - 0xa3b9 : 0 > +TODIGIT < 0xa3c1 - 0xa3c6 : 10 > < 0xa3e1 - 0xa3e6 : 10 > + + +UPPER 0xa5c1 - 0xa5d8 /* Greek */ +LOWER 0xa5e1 - 0xa5f8 /* Greek */ +MAPLOWER < 0xa5c1 - 0xa5d8 : 0xa5e1 > < 0xa5e1 - 0xa5f8 : 0xa5e1 > +MAPUPPER < 0xa5c1 - 0xa5d8 : 0xa5c1 > < 0xa5e1 - 0xa5f8 : 0xa5c1 > + +UPPER 0xaca1 - 0xacc1 /* Cyrillic */ +LOWER 0xacd1 - 0xacf1 /* Cyrillic */ +MAPLOWER < 0xaca1 - 0xacc1 : 0xacd1 > < 0xacd1 - 0xacf1 : 0xacd1 > +MAPUPPER < 0xaca1 - 0xacc1 : 0xaca1 > < 0xacd1 - 0xacf1 : 0xaca1 > + +SPECIAL 0xa5a1 - 0xa5aa 0xa5b0 - 0xa5b9 /* greek digit */ +SPECIAL 0xa6a1 - 0xa6e4 0xa7a1 - 0xa7ef /* symbols */ +SPECIAL 0xa8a1 - 0xa8fe 0xa9a1 - 0xa9fe /* circle symbols */ + +PHONOGRAM 0xa4a1 - 0xa4fe /* no combined hangul */ +PHONOGRAM 0xaaa1 - 0xaaf3 /* hirakana */ +PHONOGRAM 0xaba1 - 0xabf3 /* katakana */ + +PHONOGRAM 0xb0a1 - 0xb0fe 0xb1a1 - 0xb1fe 0xb2a1 - 0xb2fe +PHONOGRAM 0xb3a1 - 0xb3fe 0xb4a1 - 0xb4fe 0xb5a1 - 0xb5fe +PHONOGRAM 0xb6a1 - 0xb6fe 0xb7a1 - 0xb7fe 0xb8a1 - 0xb8fe +PHONOGRAM 0xb9a1 - 0xb9fe 0xbaa1 - 0xbafe 0xbba1 - 0xbbfe +PHONOGRAM 0xbca1 - 0xbcfe 0xbda1 - 0xbdfe 0xbea1 - 0xbefe +PHONOGRAM 0xbfa1 - 0xbffe 0xc0a1 - 0xc0fe 0xc1a1 - 0xc1fe +PHONOGRAM 0xc2a1 - 0xc2fe 0xc3a1 - 0xc3fe 0xc4a1 - 0xc4fe +PHONOGRAM 0xc5a1 - 0xc5fe 0xc6a1 - 0xc6fe 0xc7a1 - 0xc7fe +PHONOGRAM 0xc8a1 - 0xc8fe /* hangul composed */ + +IDEOGRAM 0xcaa1 - 0xcafe 0xcba1 - 0xcbfe 0xcca1 - 0xccfe +IDEOGRAM 0xcda1 - 0xcdfe 0xcea1 - 0xcefe 0xcfa1 - 0xcffe +IDEOGRAM 0xd0a1 - 0xd0fe 0xd1a1 - 0xd1fe 0xd2a1 - 0xd2fe +IDEOGRAM 0xd3a1 - 0xd3fe 0xd4a1 - 0xd4fe 0xd5a1 - 0xd5fe +IDEOGRAM 0xd6a1 - 0xd6fe 0xd7a1 - 0xd7fe 0xd8a1 - 0xd8fe +IDEOGRAM 0xd9a1 - 0xd9fe 0xdaa1 - 0xdafe 0xdba1 - 0xdbfe +IDEOGRAM 0xdca1 - 0xdcfe 0xdda1 - 0xddfe 0xdea1 - 0xdefe +IDEOGRAM 0xdfa1 - 0xdffe 0xe0a1 - 0xe0fe 0xe1a1 - 0xe1fe +IDEOGRAM 0xe2a1 - 0xe2fe 0xe3a1 - 0xe3fe 0xe4a1 - 0xe4fe +IDEOGRAM 0xe5a1 - 0xe5fe 0xe6a1 - 0xe6fe 0xe7a1 - 0xe7fe +IDEOGRAM 0xe8a1 - 0xe8fe 0xe9a1 - 0xe9fe 0xeaa1 - 0xeafe +IDEOGRAM 0xeba1 - 0xebfe 0xeca1 - 0xecfe 0xeda1 - 0xedfe +IDEOGRAM 0xeea1 - 0xeefe 0xefa1 - 0xeffe 0xf0a1 - 0xf0fe +IDEOGRAM 0xf1a1 - 0xf1fe 0xf2a1 - 0xf2fe 0xf3a1 - 0xf3fe +IDEOGRAM 0xf4a1 - 0xf4fe 0xf5a1 - 0xf5fe 0xf6a1 - 0xf6fe +IDEOGRAM 0xf7a1 - 0xf7fe 0xf8a1 - 0xf8fe 0xf9a1 - 0xf9fe +IDEOGRAM 0xfaa1 - 0xfafe 0xfba1 - 0xfbfe 0xfca1 - 0xfcfe +IDEOGRAM 0xfda1 - 0xfdfe /* hanja */ + +/* + * We have no Codeset 3, it is dummy + */ +SPECIAL 0xa1 - 0xfe +PHONOGRAM 0xa1 - 0xfe +PRINT 0xa1 - 0xfe