|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.tools.normalizer.FCDBuilder
Class to generate modified checkFCD data for collation. Data generated is used only in internal ICU collation. FCD is the set of strings such that for each string if you simply decomposed any composites (including singleton composites) without canonical reordering. FCD is not a normalization form, since there's no uniqueness.
Constructor Summary | |
FCDBuilder()
Deprecated. ICU4J 2.0, since ICU has written its own tool. |
Method Summary | |
void |
build()
Deprecated. ICU4J 2.0, since ICU has written its own tool. |
void |
build(java.lang.String output)
Deprecated. ICU4J 2.0, since ICU has written its own tool. |
static void |
main(java.lang.String[] arg)
Deprecated. Main method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FCDBuilder()
Method Detail |
public void build()
public void build(java.lang.String output)
output
- file pathpublic static void main(java.lang.String[] arg)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |