From c481cdd25e0c37e9359244c1129e17a6eae37740 Mon Sep 17 00:00:00 2001 From: Aric Stewart Date: Tue, 6 Dec 2011 07:57:02 -0600 Subject: [PATCH] usp10: Unicode does not compose the Gurmukhi letter SHA. --- dlls/usp10/shape.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/usp10/shape.c b/dlls/usp10/shape.c index 8d3a355fffa..5b9bb56faa2 100644 --- a/dlls/usp10/shape.c +++ b/dlls/usp10/shape.c @@ -2625,7 +2625,6 @@ static int gurmukhi_lex(WCHAR c) static const ConsonantComponents Gurmukhi_consonants[] = { {{0x0A32,0x0A3C,0x0000}, 0x0A33}, - {{0x0A38,0x0A3C,0x0000}, 0x0A36}, {{0x0A16,0x0A3C,0x0000}, 0x0A59}, {{0x0A17,0x0A3C,0x0000}, 0x0A5A}, {{0x0A1C,0x0A3C,0x0000}, 0x0A5B},