com.ibm.icu.dev.tool.translit
Class genIndexFilters

java.lang.Object
  |
  +--com.ibm.icu.dev.tool.translit.genIndexFilters

public class genIndexFilters
extends java.lang.Object

Adjunct class to getIndexFilters.bat. Just generates source sets and their closures. Usage: ID [ NFD|NFKD [lower] ] java -classpath classes com.ibm.icu.dev.tool.translit.genIndexFilters Latin-Greek NFD lower The 'NFD'|'NFKD' and 'lower' args are optional, but 'lower' can only be specified if 'NFD' or 'NFKD' is. DO NOT CHANGE OUTPUT FORMAT. This tool's output is read by a Perl script.


Constructor Summary
genIndexFilters()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

genIndexFilters

public genIndexFilters()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException


Copyright (c) 2001 IBM Corporation and others.