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:
Vladimir Weinstein 2002-07-26 19:09:41 +00:00
parent 633e99e104
commit 57e3962141

View file

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