diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-16 23:17:58 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-16 23:17:58 +0000 |
commit | 20b813ab225789782c942515e99bf50955975bec (patch) | |
tree | f45f51d13f43809efd4f2ec6577238b81f6ef0d6 /modules | |
parent | 17b30e31103af9b1d8ae92527cd02c4b5f0d6b31 (diff) | |
download | pango-20b813ab225789782c942515e99bf50955975bec.tar.gz |
Add some extra ranges as "*" to match basic-x.c. (#101083, Jungshik Shin)
Mon Dec 16 18:10:46 2002 Owen Taylor <otaylor@redhat.com>
* modules/basic/basic-xft.c: Add some extra ranges
as "*" to match basic-x.c. (#101083, Jungshik Shin)
Remove some extraneous "" ranges since we have
{ 0x0000, 0xffff, "" } anyways.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/basic/basic-fc.c | 8 | ||||
-rw-r--r-- | modules/basic/basic-xft.c | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/modules/basic/basic-fc.c b/modules/basic/basic-fc.c index c8c419a3..cdc0db36 100644 --- a/modules/basic/basic-fc.c +++ b/modules/basic/basic-fc.c @@ -32,15 +32,15 @@ static PangoEngineRange basic_ranges[] = { /* Language characters */ { 0x0380, 0x058f, "*" }, - { 0x0591, 0x05f4, "" }, /* Hebrew */ - { 0x060c, 0x06f9, "" }, /* Arabic */ - { 0x0e01, 0x0e5b, "" }, /* Thai */ { 0x10a0, 0x10ff, "*" }, /* Georgian */ { 0x1200, 0x16ff, "*" }, /* Ethiopic,Cherokee,Canadian,Ogham,Runic */ { 0x1e00, 0x1fff, "*" }, { 0x2000, 0x302d, "*" }, { 0x3030, 0x9fff, "*" }, - { 0xf900, 0xfa0b, "kr" }, + { 0xa000, 0xa4c6, "*" }, /* Yi */ + { 0xe000, 0xf7ee, "*" }, /* HKSCS-1999 */ + { 0xf900, 0xfa2d, "*" }, /* CJK Compatibility Ideographs */ + { 0xfe30, 0xfe6b, "*" }, /* CJK Compatibility Forms and Small Form Variants */ { 0xff00, 0xffe3, "*" }, { 0x0000, 0xffff, "" }, }; diff --git a/modules/basic/basic-xft.c b/modules/basic/basic-xft.c index c8c419a3..cdc0db36 100644 --- a/modules/basic/basic-xft.c +++ b/modules/basic/basic-xft.c @@ -32,15 +32,15 @@ static PangoEngineRange basic_ranges[] = { /* Language characters */ { 0x0380, 0x058f, "*" }, - { 0x0591, 0x05f4, "" }, /* Hebrew */ - { 0x060c, 0x06f9, "" }, /* Arabic */ - { 0x0e01, 0x0e5b, "" }, /* Thai */ { 0x10a0, 0x10ff, "*" }, /* Georgian */ { 0x1200, 0x16ff, "*" }, /* Ethiopic,Cherokee,Canadian,Ogham,Runic */ { 0x1e00, 0x1fff, "*" }, { 0x2000, 0x302d, "*" }, { 0x3030, 0x9fff, "*" }, - { 0xf900, 0xfa0b, "kr" }, + { 0xa000, 0xa4c6, "*" }, /* Yi */ + { 0xe000, 0xf7ee, "*" }, /* HKSCS-1999 */ + { 0xf900, 0xfa2d, "*" }, /* CJK Compatibility Ideographs */ + { 0xfe30, 0xfe6b, "*" }, /* CJK Compatibility Forms and Small Form Variants */ { 0xff00, 0xffe3, "*" }, { 0x0000, 0xffff, "" }, }; |