usp10: Handle the Gurmukhi addak.
This commit is contained in:
parent
302409ebe4
commit
ff9ae10ba5
|
@ -2597,6 +2597,9 @@ static void ContextualShape_Bengali(HDC hdc, ScriptCache *psc, SCRIPT_ANALYSIS *
|
|||
|
||||
static int gurmukhi_lex(WCHAR c)
|
||||
{
|
||||
if (c == 0x0A71)
|
||||
return lex_Modifier;
|
||||
else
|
||||
return unicode_lex(c);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue