Aric Stewart : usp10: Gurmukhi has Ras but no Ralf. So do not treat them as a lex_Ra for reordering.

Alexandre Julliard julliard at winehq.org
Tue Jun 7 12:02:38 CDT 2011


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

Author: Aric Stewart <aric at codeweavers.com>
Date:   Tue Jun  7 10:55:22 2011 -0500

usp10: Gurmukhi has Ras but no Ralf. So do not treat them as a lex_Ra for reordering.

---

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

diff --git a/dlls/usp10/shape.c b/dlls/usp10/shape.c
index 80ac191..36ed75a 100644
--- a/dlls/usp10/shape.c
+++ b/dlls/usp10/shape.c
@@ -2210,10 +2210,10 @@ static int gurmukhi_lex(WCHAR c)
 {
     switch (c)
     {
-        case 0x0A2f: return lex_Consonant;
         case 0x0A30:
         case 0x0A35:
-        case 0x0A39: return lex_Ra;
+        case 0x0A39:
+        case 0x0A2f: return lex_Consonant;
         case 0x0A3C: return lex_Nukta;
         case 0x0A3F: return lex_Matra_pre;
         case 0x0A03:




More information about the wine-cvs mailing list