diff options
author | Dov Grobgeld <dov@src.gnome.org> | 2002-01-19 20:04:11 +0000 |
---|---|---|
committer | Dov Grobgeld <dov@src.gnome.org> | 2002-01-19 20:04:11 +0000 |
commit | fb870c2384497c1368f94834d663683f97f2fd6c (patch) | |
tree | af202f699ff472ae444298d1e957db127573389a /modules | |
parent | f67f0945b7a86cca94c8ea89be59cdceebf2870d (diff) | |
download | pango-fb870c2384497c1368f94834d663683f97f2fd6c.tar.gz |
Changed support of Hebrew from full to fallback in order to make the
Hebrew module with higher priority.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/basic/basic-fc.c | 2 | ||||
-rw-r--r-- | modules/basic/basic-ft2.c | 2 | ||||
-rw-r--r-- | modules/basic/basic-xft.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/basic/basic-fc.c b/modules/basic/basic-fc.c index 7df5a129..6552a347 100644 --- a/modules/basic/basic-fc.c +++ b/modules/basic/basic-fc.c @@ -29,7 +29,7 @@ static PangoEngineRange basic_ranges[] = { /* Language characters */ { 0x0380, 0x058f, "*" }, - { 0x0591, 0x05f4, "*" }, /* Hebrew */ + { 0x0591, 0x05f4, "" }, /* Hebrew */ { 0x060c, 0x06f9, "" }, /* Arabic */ { 0x0e01, 0x0e5b, "" }, /* Thai */ { 0x10a0, 0x10ff, "*" }, /* Georgian */ diff --git a/modules/basic/basic-ft2.c b/modules/basic/basic-ft2.c index 55a76936..e16a5e29 100644 --- a/modules/basic/basic-ft2.c +++ b/modules/basic/basic-ft2.c @@ -44,7 +44,7 @@ static PangoEngineRange basic_ranges[] = { { 0x0380, 0x058f, "*" }, /* Hebrew */ - { 0x0591, 0x05f4, "*" }, + { 0x0591, 0x05f4, "" }, /* Arabic */ { 0x060c, 0x06f9, "" }, diff --git a/modules/basic/basic-xft.c b/modules/basic/basic-xft.c index 7df5a129..6552a347 100644 --- a/modules/basic/basic-xft.c +++ b/modules/basic/basic-xft.c @@ -29,7 +29,7 @@ static PangoEngineRange basic_ranges[] = { /* Language characters */ { 0x0380, 0x058f, "*" }, - { 0x0591, 0x05f4, "*" }, /* Hebrew */ + { 0x0591, 0x05f4, "" }, /* Hebrew */ { 0x060c, 0x06f9, "" }, /* Arabic */ { 0x0e01, 0x0e5b, "" }, /* Thai */ { 0x10a0, 0x10ff, "*" }, /* Georgian */ |