Package com.ibm.icu.dev.tool.translit
Class SourceSet
- java.lang.Object
-
- com.ibm.icu.dev.tool.translit.SourceSet
-
public class SourceSet extends java.lang.Object
Class that generates source set information for a transliterator. To run, use: java com.ibm.icu.dev.tool.translit.SourceSet Latin-Katakana NFD lower Output is produced in the command console, and a file with more detail is also written. To see if it works, use: java com.ibm.icu.dev.test.translit.TransliteratorTest -v -nothrow TestIncrementalProgress and java com.ibm.icu.dev.demo.translit.Demo
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.io.PrintWriter
out
-
Constructor Summary
Constructors Constructor Description SourceSet()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
(package private) static void
showSourceSet(java.lang.String ID, Normalizer.Mode m, boolean lowerFirst)
(package private) static void
showSourceSetAux(Transliterator t, Normalizer.Mode m, boolean lowerFirst, boolean forward)
(package private) static void
usage()
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException
- Throws:
java.io.IOException
-
showSourceSet
static void showSourceSet(java.lang.String ID, Normalizer.Mode m, boolean lowerFirst) throws java.io.IOException
- Throws:
java.io.IOException
-
showSourceSetAux
static void showSourceSetAux(Transliterator t, Normalizer.Mode m, boolean lowerFirst, boolean forward)
-
usage
static void usage()
-
-