mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1081 fix foldCase() function
X-SVN-Rev: 6244
This commit is contained in:
parent
f3a044401b
commit
0b0455afa6
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ UnicodeString::toUpper(const Locale &locale) {
|
|||
|
||||
UnicodeString &
|
||||
UnicodeString::foldCase(uint32_t options) {
|
||||
return caseMap(Locale(), options, TO_LOWER);
|
||||
return caseMap(*((const Locale *)NULL), options, FOLD_CASE);
|
||||
}
|
||||
|
||||
// static helper function for string case mapping
|
||||
|
|
Loading…
Add table
Reference in a new issue