mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-13342 fix unintended whitespace change.
X-SVN-Rev: 40421
This commit is contained in:
parent
0e376ea872
commit
8c1d9ad0d1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
ExtraData::ExtraData(Norms & n, UBool fast) :
|
||||
ExtraData::ExtraData(Norms &n, UBool fast) :
|
||||
Norms::Enumerator(n),
|
||||
yesYesCompositions(1000, (UChar32)0xffff, 2), // 0=inert, 1=Jamo L, 2=start of compositions
|
||||
yesNoMappingsAndCompositions(1000, (UChar32)0, 1), // 0=Hangul LV, 1=start of normal data
|
||||
|
|
Loading…
Add table
Reference in a new issue