diff options
author | Changwoo Ryu <cwryu@debian.org> | 2002-11-02 17:57:04 +0000 |
---|---|---|
committer | Changwoo Ryu <cwryu@src.gnome.org> | 2002-11-02 17:57:04 +0000 |
commit | e7a3d2af2ba0eb315ca69b2595fb5d4cdb137168 (patch) | |
tree | 1cfe7c7d56d9f9ccdee2c49489b2bfe9a0225ecb /modules/basic | |
parent | 90d16dc665ad93b8868aa69bcd6313e4964e2a38 (diff) | |
download | pango-e7a3d2af2ba0eb315ca69b2595fb5d4cdb137168.tar.gz |
Removed hangul syllables and hangul tonemarks ranges. Now hangul-xft is
2002-11-03 Changwoo Ryu <cwryu@debian.org>
* modules/basic/basic-xft.c: Removed hangul syllables and hangul
tonemarks ranges. Now hangul-xft is responsible for these ranges.
Diffstat (limited to 'modules/basic')
-rw-r--r-- | modules/basic/basic-fc.c | 4 | ||||
-rw-r--r-- | modules/basic/basic-xft.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/basic/basic-fc.c b/modules/basic/basic-fc.c index a447ed21..35f88657 100644 --- a/modules/basic/basic-fc.c +++ b/modules/basic/basic-fc.c @@ -37,8 +37,8 @@ static PangoEngineRange basic_ranges[] = { { 0x10a0, 0x10ff, "*" }, /* Georgian */ { 0x1200, 0x16ff, "*" }, /* Ethiopic,Cherokee,Canadian,Ogham,Runic */ { 0x1e00, 0x1fff, "*" }, - { 0x2000, 0x9fff, "*" }, - { 0xac00, 0xd7a3, "kr" }, + { 0x2000, 0x302d, "*" }, + { 0x3030, 0x9fff, "*" }, { 0xf900, 0xfa0b, "kr" }, { 0xff00, 0xffe3, "*" }, { 0x0000, 0xffff, "" }, diff --git a/modules/basic/basic-xft.c b/modules/basic/basic-xft.c index a447ed21..35f88657 100644 --- a/modules/basic/basic-xft.c +++ b/modules/basic/basic-xft.c @@ -37,8 +37,8 @@ static PangoEngineRange basic_ranges[] = { { 0x10a0, 0x10ff, "*" }, /* Georgian */ { 0x1200, 0x16ff, "*" }, /* Ethiopic,Cherokee,Canadian,Ogham,Runic */ { 0x1e00, 0x1fff, "*" }, - { 0x2000, 0x9fff, "*" }, - { 0xac00, 0xd7a3, "kr" }, + { 0x2000, 0x302d, "*" }, + { 0x3030, 0x9fff, "*" }, { 0xf900, 0xfa0b, "kr" }, { 0xff00, 0xffe3, "*" }, { 0x0000, 0xffff, "" }, |