symhns2hnsu
Class Main

java.lang.Object
  extended by symhns2hnsu.Main

public class Main
extends java.lang.Object

Main class for the converter from symbolic manual HNS items to HNS (Unicode) items.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Converts symbolic manual HNS items to HNS (Unicode) items, one item per line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Converts symbolic manual HNS items to HNS (Unicode) items, one item per line. Each input item is a comma-separated list of manual HNS symbol names (with no whitespace), optionally followed by a single tab and a gloss name. In the corresponding result item, the HNS symbols text is replaced by the corresponding string of HNS (Unicode) characters. The source items should be encoded as UTF-8, and are taken from standard input unless an argument is provided, defining a file system path for them. The result is provided as UTF-8 on standard output.

Throws:
java.io.IOException