diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/basic/basic-x.c | 2 |
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 */ |