From b0f66e314e363d440365839c4153ec98e6bd45a4 Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Fri, 23 Sep 2016 21:46:39 +0000 Subject: [PATCH] ICU-12549 Minor revisions to SpoofChecker comments and documentation (C++). X-SVN-Rev: 39345 --- icu4c/source/i18n/uspoof_conf.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/icu4c/source/i18n/uspoof_conf.cpp b/icu4c/source/i18n/uspoof_conf.cpp index 4f8b3b4d8e5..9584e9484e5 100644 --- a/icu4c/source/i18n/uspoof_conf.cpp +++ b/icu4c/source/i18n/uspoof_conf.cpp @@ -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. -- 2.40.0