jfig.utils
Class ComposeCharacterListener

java.lang.Object
  extended byjfig.utils.ComposeCharacterListener

public class ComposeCharacterListener
extends java.lang.Object


Field Summary
(package private) static java.util.Hashtable latin1Table
           
 
Constructor Summary
ComposeCharacterListener()
           
 
Method Summary
static void main(java.lang.String[] args)
          read an input string using \\uxxxx unicode escapes or compose+char1+char2 and write iso-8859-1 output.
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latin1Table

static java.util.Hashtable latin1Table
Constructor Detail

ComposeCharacterListener

public ComposeCharacterListener()
Method Detail

usage

public static void usage()

main

public static void main(java.lang.String[] args)
read an input string using \\uxxxx unicode escapes or compose+char1+char2 and write iso-8859-1 output.