com.ibm.text
Class TransliteratorUtility

java.lang.Object
  |
  +--com.ibm.text.TransliteratorUtility

public class TransliteratorUtility
extends java.lang.Object

This is a small class that resides in the com.ibm.text package in order to access some package-private API. It is used for development purposes and should be ignored by end clients. To run, use: java -classpath classes com.ibm.text.TransliteratorUtility 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 -classpath classes com.ibm.test.translit.TransliteratorTest -v -nothrow TestIncrementalProgress and java -classpath classes com.ibm.demo.translit.Demo


Constructor Summary
TransliteratorUtility()
           
 
Method Summary
static UnicodeSet getSourceSet(Transliterator t)
          Hook to allow tools to access package private method.
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

TransliteratorUtility

public TransliteratorUtility()
Method Detail

main

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

getSourceSet

public static UnicodeSet getSourceSet(Transliterator t)
Hook to allow tools to access package private method.


Copyright (c) 2001 IBM Corporation and others.