From 543e5c147710d6d012cc43af19ed89957e596755 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Mon, 1 Nov 2004 22:01:38 +0000 Subject: [PATCH] ICU-4020 USET_ADD_CASE_MAPPINGS includes case foldings X-SVN-Rev: 16700 --- icu4c/source/common/unicode/uset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/common/unicode/uset.h b/icu4c/source/common/unicode/uset.h index 4758dd3e14..a67b6a27f8 100644 --- a/icu4c/source/common/unicode/uset.h +++ b/icu4c/source/common/unicode/uset.h @@ -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,