From 7e2176a5e65b4d4be1467e2459db6a26f67acbe8 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 11 Jun 2003 18:13:38 +0000 Subject: [PATCH] ICU-2589 Fix a documentation typo X-SVN-Rev: 12458 --- icu4c/source/common/unicode/ustring.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/common/unicode/ustring.h b/icu4c/source/common/unicode/ustring.h index f86adcd3142..bf8a959a905 100644 --- a/icu4c/source/common/unicode/ustring.h +++ b/icu4c/source/common/unicode/ustring.h @@ -1259,7 +1259,7 @@ u_strFromUTF8(UChar *dest, UErrorCode *pErrorCode); /** - * Converts a sequence of UTF32 units to UChars + * Converts a sequence of UChars (UTF-16) to UTF32 units. * * @param dest A buffer for the result string. The result will be zero-terminated if * the buffer is large enough. @@ -1286,7 +1286,7 @@ u_strToUTF32(UChar32 *dest, UErrorCode *pErrorCode); /** - * Converts a sequence of UChars to UTF32 units. + * Converts a sequence of UTF32 units to UChars (UTF-16) * * @param dest A buffer for the result string. The result will be zero-terminated if * the buffer is large enough.