summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-12-27 19:24:02 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-12-27 19:24:02 +0000
commitf7ae83fefadb78c237691112f217516bbf4e3eb5 (patch)
tree3eb9d3861d99dd3afbfd00dd97e87ba7e622a1b5 /modules
parent2017fe567a14dfac7c5e0b6da6d37e95a074cb8b (diff)
downloadpango-f7ae83fefadb78c237691112f217516bbf4e3eb5.tar.gz
Mark as only an approximate match for Hebrew, so the Hebrew shaper will be
Thu Dec 27 14:19:46 2001 Owen Taylor <otaylor@redhat.com> * modules/basic/basic-x.c: Mark as only an approximate match for Hebrew, so the Hebrew shaper will be used in preference. (#67557, Dov Grobgeld)
Diffstat (limited to 'modules')
-rw-r--r--modules/basic/basic-x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/basic/basic-x.c b/modules/basic/basic-x.c
index 201f921e..1d01f64a 100644
--- a/modules/basic/basic-x.c
+++ b/modules/basic/basic-x.c
@@ -103,7 +103,7 @@ static PangoEngineRange basic_ranges[] = {
{ 0x0000, 0x02af, "*" },
{ 0x02b0, 0x02ff, "" },
{ 0x0380, 0x058f, "*" },
- { 0x0591, 0x05f4, "*" }, /* Hebrew */
+ { 0x0591, 0x05f4, "" }, /* Hebrew */
{ 0x060c, 0x06f9, "" }, /* Arabic */
{ 0x0e01, 0x0e5b, "" }, /* Thai */
{ 0x10a0, 0x10ff, "*" }, /* Georgian */