ICU-2412 stated that sortkeys generated by ucol_nextSortKeyPart are not compatible with the regular sortkeys
X-SVN-Rev: 11398
This commit is contained in:
parent
8f1d9ac15f
commit
d22fc47a1b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user