mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-19 11:45:45 +00:00
ICU-1930 removed UCOL_ON_WITHOUT_HANGUL normalization option. It wasn't used while functioning and it's not used in normalization any more. The only reference was in the attribute setter.
X-SVN-Rev: 9373
This commit is contained in:
parent
633e99e104
commit
57e3962141
1 changed files with 0 additions and 5 deletions
|
@ -124,11 +124,6 @@ typedef enum {
|
|||
/** upper case sorts before lower case */
|
||||
UCOL_UPPER_FIRST = 25,
|
||||
|
||||
/** Valid for UCOL_NORMALIZATION_MODE
|
||||
UCOL_ON & UCOL_OFF are also allowed
|
||||
for this attribute */
|
||||
UCOL_ON_WITHOUT_HANGUL = 28,
|
||||
|
||||
UCOL_ATTRIBUTE_VALUE_COUNT
|
||||
|
||||
} UColAttributeValue;
|
||||
|
|
Loading…
Add table
Reference in a new issue