mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1434 moved com.ibm.icu.text.TransliteratorUtility to this pkg
X-SVN-Rev: 8948
This commit is contained in:
parent
c4b18deed5
commit
874f34b56a
1 changed files with 1 additions and 2 deletions
|
@ -57,8 +57,7 @@ public class genIndexFilters {
|
|||
|
||||
static void showSourceSet(String ID, Normalizer.Mode m, boolean lowerFirst) throws IOException {
|
||||
Transliterator t = Transliterator.getInstance(ID);
|
||||
// TransliteratorUtility gives us access to package private API
|
||||
UnicodeSet sourceSet = TransliteratorUtility.getSourceSet(t);
|
||||
UnicodeSet sourceSet = t.getSourceSet();
|
||||
if (m != Normalizer.NONE || lowerFirst) {
|
||||
UnicodeSetClosure.close(sourceSet, m, lowerFirst);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue