summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDov Grobgeld <dov@src.gnome.org>2002-08-05 20:21:12 +0000
committerDov Grobgeld <dov@src.gnome.org>2002-08-05 20:21:12 +0000
commit315a290c808d06d8502020e35c68925ee5f1afa5 (patch)
treec8340855e8fb568d78d60f22546b742c892ee540
parent6e571c1baebd7f14dda32081eb8f49af92f80c90 (diff)
downloadpango-315a290c808d06d8502020e35c68925ee5f1afa5.tar.gz
Made Hebrew shape engines handle presentation forms as well.
* Made Hebrew shape engines handle presentation forms as well.
-rw-r--r--modules/hebrew/hebrew-fc.c1
-rw-r--r--modules/hebrew/hebrew-ft2.c1
-rw-r--r--modules/hebrew/hebrew-x.c1
-rw-r--r--modules/hebrew/hebrew-xft.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/modules/hebrew/hebrew-fc.c b/modules/hebrew/hebrew-fc.c
index 913bb224..7615e0b0 100644
--- a/modules/hebrew/hebrew-fc.c
+++ b/modules/hebrew/hebrew-fc.c
@@ -32,6 +32,7 @@
static PangoEngineRange hebrew_ranges[] = {
/* Language characters */
{ 0x0591, 0x05f4, "*" }, /* Hebrew */
+ { 0xfb1d, 0xfb4f, "*" } /* Hebrew presentation forms */
};
static PangoEngineInfo script_engines[] = {
diff --git a/modules/hebrew/hebrew-ft2.c b/modules/hebrew/hebrew-ft2.c
index 35e949b0..3470a137 100644
--- a/modules/hebrew/hebrew-ft2.c
+++ b/modules/hebrew/hebrew-ft2.c
@@ -34,6 +34,7 @@
static PangoEngineRange hebrew_ranges[] = {
/* Hebrew */
{ 0x0591, 0x05f4, "*" },
+ { 0xfb1d, 0xfb4f, "*" } /* Hebrew presentation forms */
};
static PangoEngineInfo script_engines[] = {
diff --git a/modules/hebrew/hebrew-x.c b/modules/hebrew/hebrew-x.c
index 69a3f41d..3a3eb338 100644
--- a/modules/hebrew/hebrew-x.c
+++ b/modules/hebrew/hebrew-x.c
@@ -91,6 +91,7 @@ static const gint Unicode_shape_table[128] = {
*/
static PangoEngineRange hebrew_ranges[] = {
{ 0x0591, 0x05f4, "*" }, /* Hebrew */
+ { 0xfb1d, 0xfb4f, "*" } /* Hebrew presentation forms */
};
static PangoEngineInfo script_engines[] = {
diff --git a/modules/hebrew/hebrew-xft.c b/modules/hebrew/hebrew-xft.c
index 913bb224..7615e0b0 100644
--- a/modules/hebrew/hebrew-xft.c
+++ b/modules/hebrew/hebrew-xft.c
@@ -32,6 +32,7 @@
static PangoEngineRange hebrew_ranges[] = {
/* Language characters */
{ 0x0591, 0x05f4, "*" }, /* Hebrew */
+ { 0xfb1d, 0xfb4f, "*" } /* Hebrew presentation forms */
};
static PangoEngineInfo script_engines[] = {