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:
Markus Scherer 2001-10-15 22:57:05 +00:00
parent 7f4a609925
commit 0431506640

View file

@ -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;