mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1081 prepare to store more CaseFolding entries because the Common mappings are checked against UnicodeData-lowercase mappings instead of using a flag in CaseFolding itself
X-SVN-Rev: 6246
This commit is contained in:
parent
7f4a609925
commit
0431506640
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ parseSpecialCasing(const char *filename, UErrorCode *pErrorCode) {
|
|||
|
||||
/* parser for CaseFolding.txt ----------------------------------------------- */
|
||||
|
||||
#define MAX_CASE_FOLDING_COUNT 500
|
||||
#define MAX_CASE_FOLDING_COUNT 2000
|
||||
|
||||
static CaseFolding caseFoldings[MAX_CASE_FOLDING_COUNT];
|
||||
static int32_t caseFoldingCount=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue