Kaydet (Commit) a8651cef authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Petr Mladek

Resolves: fdo#52519 crash on typing some Malayalam

(cherry picked from commit eea3634b)

Conflicts:
	icu/UnpackedTarball_icu.mk

Change-Id: Ie31da5896d98908fd540146d1105ecc4257fa071
Reviewed-on: https://gerrit.libreoffice.org/2264Reviewed-by: 's avatarPetr Mladek <pmladek@suse.cz>
Tested-by: 's avatarPetr Mladek <pmladek@suse.cz>
üst bf357746
--- misc/build/icu/source/layout/IndicClassTables.cpp 2013-02-19 16:04:09.919412782 +0000
+++ misc/icu/source/layout/IndicClassTables.cpp 2013-02-19 16:04:14.519351601 +0000
@@ -273,7 +273,7 @@
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};
......@@ -46,6 +46,7 @@ TARFILE_ROOTDIR=icu
#http://bugs.icu-project.org/trac/ticket/8198 rendering with 0D30 and 0D31
PATCH_FILES=\
icu4c.9948.mlym-crash.patch \
icu4c-bsd.patch \
icu4c-build.patch \
icu4c.8198.revert.icu5431.patch \
......
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