ICU-4020 USET_ADD_CASE_MAPPINGS includes case foldings
X-SVN-Rev: 16700
This commit is contained in:
parent
c69521cdf0
commit
543e5c1477
@ -72,8 +72,8 @@ enum {
|
||||
* Enable case insensitive matching. E.g., "[ab]" with this flag
|
||||
* will match 'a', 'A', 'b', and 'B'. "[^ab]" with this flag will
|
||||
* match all except 'a', 'A', 'b', and 'B'. This adds the lower-,
|
||||
* title-, and uppercase mappings of each existing element in the
|
||||
* set.
|
||||
* title-, and uppercase mappings as well as the case folding
|
||||
* of each existing element in the set.
|
||||
* @draft ICU 3.2
|
||||
*/
|
||||
USET_ADD_CASE_MAPPINGS = 4,
|
||||
|
Loading…
Reference in New Issue
Block a user