hns8bit2sigml
Class Main

java.lang.Object
  extended by hns8bit2sigml.Main

public class Main
extends java.lang.Object

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


Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Converts a sequence of classic (8-bit) manual HNS items, one per line, to an HNS SiGML document.
 
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 a sequence of classic (8-bit) manual HNS items, one per line, to an HNS SiGML document. Each source item is a sequence of classic 8-bit manual HNS characters, masquerading as a string of Unicode characters with code points in the same range [0..255], optionally followed by a tab and a gloss name. 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