mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-89 Update the Collator version info again.
X-SVN-Rev: 2153
This commit is contained in:
parent
6656731933
commit
2a8843171c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
// History
|
||||
// ICU 1.6: fVersion[3] 0->1 due to update to Normalizer algorithm and
|
||||
// tables to Unicode 3.0 / UTR15 - Liu
|
||||
const UVersionInfo Collator::fVersion = {1, 0, 0, 1};
|
||||
const UVersionInfo Collator::fVersion = {1, 1, 0, 0};
|
||||
|
||||
Collator::Collator()
|
||||
: strength(Collator::TERTIARY), decmp(Normalizer::DECOMP)
|
||||
|
|
Loading…
Add table
Reference in a new issue