From 670d96dd84726a0afff54a9baf1eda6f2f545218 Mon Sep 17 00:00:00 2001 From: Islam Amer Date: Mon, 24 Mar 2014 00:19:19 +0200 Subject: [PATCH] [patch] apply icu.9948.mlym-crash.patch to icu subtree --- icu/source/layout/IndicClassTables.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu/source/layout/IndicClassTables.cpp b/icu/source/layout/IndicClassTables.cpp index 217d08f..a60d4ae 100644 --- a/icu/source/layout/IndicClassTables.cpp +++ b/icu/source/layout/IndicClassTables.cpp @@ -273,7 +273,7 @@ static const IndicClassTable teluClassTable = {0x0C00, 0x0C6F, 3, TELU_SCRIPT_FL static const IndicClassTable kndaClassTable = {0x0C80, 0x0CEF, 4, KNDA_SCRIPT_FLAGS, kndaCharClasses, kndaSplitTable}; -static const IndicClassTable mlymClassTable = {0x0D00, 0x0D6F, 3, MLYM_SCRIPT_FLAGS, mlymCharClasses, mlymSplitTable}; +static const IndicClassTable mlymClassTable = {0x0D00, 0x0D6F, 4, MLYM_SCRIPT_FLAGS, mlymCharClasses, mlymSplitTable}; static const IndicClassTable sinhClassTable = {0x0D80, 0x0DF4, 4, SINH_SCRIPT_FLAGS, sinhCharClasses, sinhSplitTable};