Aric Stewart : usp10: Turn off dlig feature for hebrew. It is not used by default.

Alexandre Julliard julliard at winehq.org
Thu Dec 1 14:05:34 CST 2011


Module: wine
Branch: master
Commit: 5ed8160ec73b081285ebd776e0c835bcca45142b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5ed8160ec73b081285ebd776e0c835bcca45142b

Author: Aric Stewart <aric at codeweavers.com>
Date:   Thu Dec  1 09:08:36 2011 -0600

usp10: Turn off dlig feature for hebrew. It is not used by default.

---

 dlls/usp10/shape.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/usp10/shape.c b/dlls/usp10/shape.c
index 66d65c2..3911c1c 100644
--- a/dlls/usp10/shape.c
+++ b/dlls/usp10/shape.c
@@ -365,7 +365,7 @@ static const char* required_arabic_features[] =
 
 static OPENTYPE_FEATURE_RECORD hebrew_features[] =
 {
-    { MS_MAKE_TAG('d','l','i','g'), 1},
+    { MS_MAKE_TAG('d','l','i','g'), 0},
 };
 
 static OPENTYPE_FEATURE_RECORD syriac_features[] =




More information about the wine-cvs mailing list