From ab36da264b2fd986df398e76a940f0035f61bd09 Mon Sep 17 00:00:00 2001 From: Aric Stewart Date: Tue, 7 Jun 2011 10:55:22 -0500 Subject: [PATCH] usp10: Gurmukhi has Ras but no Ralf. So do not treat them as a lex_Ra for reordering. --- dlls/usp10/shape.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/usp10/shape.c b/dlls/usp10/shape.c index 80ac1919faa..36ed75ab946 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: