From 9f8f976bf6b065e772cded81a082ed4ae443e4dc Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Mon, 27 Aug 2012 23:42:11 +0000 Subject: [PATCH] ICU-6173 fix comments about type characters in CaseFolding.txt X-SVN-Rev: 32254 --- icu4c/source/common/unicode/ucasemap.h | 8 +++++--- icu4c/source/common/unicode/unistr.h | 6 ++++-- icu4c/source/common/unicode/ustring.h | 6 ++++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/icu4c/source/common/unicode/ucasemap.h b/icu4c/source/common/unicode/ucasemap.h index 483f84fc560..b37e1658869 100644 --- a/icu4c/source/common/unicode/ucasemap.h +++ b/icu4c/source/common/unicode/ucasemap.h @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 2005-2010, International Business Machines +* Copyright (C) 2005-2012, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -385,10 +385,12 @@ ucasemap_utf8ToTitle(UCaseMap *csm, #endif /** - * Case-fold the characters in a UTF-8 string. + * Case-folds the characters in a UTF-8 string. + * * Case-folding is locale-independent and not context-sensitive, * but there is an option for whether to include or exclude mappings for dotted I - * and dotless i that are marked with 'I' in CaseFolding.txt. + * and dotless i that are marked with 'T' in CaseFolding.txt. + * * The result may be longer or shorter than the original. * The source string and the destination buffer must not overlap. * diff --git a/icu4c/source/common/unicode/unistr.h b/icu4c/source/common/unicode/unistr.h index d8ec854145f..30dd39bd996 100644 --- a/icu4c/source/common/unicode/unistr.h +++ b/icu4c/source/common/unicode/unistr.h @@ -2688,10 +2688,12 @@ public: #endif /** - * Case-fold the characters in this string. + * Case-folds the characters in this string. + * * Case-folding is locale-independent and not context-sensitive, * but there is an option for whether to include or exclude mappings for dotted I - * and dotless i that are marked with 'I' in CaseFolding.txt. + * and dotless i that are marked with 'T' in CaseFolding.txt. + * * The result may be longer or shorter than the original. * * @param options Either U_FOLD_CASE_DEFAULT or U_FOLD_CASE_EXCLUDE_SPECIAL_I diff --git a/icu4c/source/common/unicode/ustring.h b/icu4c/source/common/unicode/ustring.h index 9c05edcb3b2..d0b9188efcc 100644 --- a/icu4c/source/common/unicode/ustring.h +++ b/icu4c/source/common/unicode/ustring.h @@ -1154,10 +1154,12 @@ u_strToTitle(UChar *dest, int32_t destCapacity, #endif /** - * Case-fold the characters in a string. + * Case-folds the characters in a string. + * * Case-folding is locale-independent and not context-sensitive, * but there is an option for whether to include or exclude mappings for dotted I - * and dotless i that are marked with 'I' in CaseFolding.txt. + * and dotless i that are marked with 'T' in CaseFolding.txt. + * * The result may be longer or shorter than the original. * The source string and the destination buffer are allowed to overlap. * -- 2.40.0