Commit ab36da26 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

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

parent 6657bf2d
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment