mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-5501 change Sinhala worst-case expansion from 3 to 4. (There's a three piece split matra!)
X-SVN-Rev: 20656
This commit is contained in:
parent
f63dfd0fa1
commit
648fc2f6ed
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ static const IndicClassTable kndaClassTable = {0x0C80, 0x0CEF, 4, KNDA_SCRIPT_FL
|
|||
|
||||
static const IndicClassTable mlymClassTable = {0x0D00, 0x0D6F, 3, MLYM_SCRIPT_FLAGS, mlymCharClasses, mlymSplitTable};
|
||||
|
||||
static const IndicClassTable sinhClassTable = {0x0D80, 0x0DF4, 3, SINH_SCRIPT_FLAGS, sinhCharClasses, sinhSplitTable};
|
||||
static const IndicClassTable sinhClassTable = {0x0D80, 0x0DF4, 4, SINH_SCRIPT_FLAGS, sinhCharClasses, sinhSplitTable};
|
||||
|
||||
//
|
||||
// IndicClassTable addresses
|
||||
|
|
Loading…
Add table
Reference in a new issue