mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-1851 Fix uninitialized memory
X-SVN-Rev: 13324
This commit is contained in:
parent
d91245b24c
commit
6154b69b6c
1 changed files with 1 additions and 0 deletions
|
@ -809,6 +809,7 @@ write_uca_table(const char *filename,
|
|||
opts->caseLevel = UCOL_OFF; /* do we have an extra case level */
|
||||
opts->normalizationMode = UCOL_OFF; /* attribute for normalization */
|
||||
opts->hiraganaQ = UCOL_OFF; /* attribute for JIS X 4061, used only in Japanese */
|
||||
opts->numericCollation = UCOL_OFF;
|
||||
myD->jamoSpecial = FALSE;
|
||||
|
||||
tempUCATable *t = uprv_uca_initTempTable(myD, opts, NULL, IMPLICIT_TAG, LEAD_SURROGATE_TAG, status);
|
||||
|
|
Loading…
Add table
Reference in a new issue