From d22fc47a1b5c54abc05d244256db9fc201760698 Mon Sep 17 00:00:00 2001 From: Vladimir Weinstein Date: Tue, 25 Mar 2003 18:23:32 +0000 Subject: [PATCH] ICU-2412 stated that sortkeys generated by ucol_nextSortKeyPart are not compatible with the regular sortkeys X-SVN-Rev: 11398 --- icu4c/source/i18n/unicode/ucol.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/ucol.h b/icu4c/source/i18n/unicode/ucol.h index 9d8ea78e17..de588e45b6 100644 --- a/icu4c/source/i18n/unicode/ucol.h +++ b/icu4c/source/i18n/unicode/ucol.h @@ -509,7 +509,9 @@ ucol_getSortKey(const UCollator *coll, * to preserve state array between calls and to provide * the same type of UCharIterator set with the same string. * The destination buffer provided must be big enough to store - * the number of requested bytes. + * the number of requested bytes. Generated sortkey is not + * compatible with sortkeys generated using ucol_getSortKey + * API, since we don't do any compression. * @param coll The UCollator containing the collation rules. * @param iter UCharIterator containing the string we need * the sort key to be calculated for.