ICU-12549 Minor revisions to SpoofChecker comments and documentation (C++).
X-SVN-Rev: 39345
This commit is contained in:
parent
83bbd931ef
commit
b0f66e314e
@ -49,6 +49,9 @@ U_NAMESPACE_USE
|
||||
//
|
||||
// 2. Sort all of the strings encountered by length, since they will need to
|
||||
// be stored in that order in the final string table.
|
||||
// TODO: Sorting these strings by length is no longer needed since the removal of
|
||||
// the string lengths table. This logic can be removed to save processing time
|
||||
// when building confusables data.
|
||||
//
|
||||
// 3. Build a list of keys (UChar32s) from the four mapping tables. Sort the
|
||||
// list because that will be the ordering of our runtime table.
|
||||
|
Loading…
Reference in New Issue
Block a user