symhns2hns8
Class Main

java.lang.Object
  extended by symhns2hns8.Main

public class Main
extends java.lang.Object

Main class for the converter from symbolic manual HNS items to classic (8-bit) manual HNS items.


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Converts symbolic manual HNS items to classic (8-bit) HNS 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 classic (8-bit) HNS 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 8-bit HNS codes. 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