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

This commit is contained in:
Aric Stewart 2011-06-07 10:55:22 -05:00 committed by Alexandre Julliard
parent 6657bf2d69
commit ab36da264b
1 changed files with 2 additions and 2 deletions

View File

@ -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: