				 khmerConverter
	Copyright (c) 2006 by Open Forum of Cambodia (All Rights Reserved)
				www.khmeros.info

Version:	1.0	Date:	10.06.2006

Developed by:
	Hok Kakada (hokkakada@khmeros.info)
	Keo Sophon (keosophon@khmeros.info)
	San Titvirak (titvirak@khmeros.info)
	Seth Chanratha (sethchanratha@khmeros.info)

# This program creates a Plain Text, OpenOffice.org Writer (odt), or HTML file
# in Khmer Unicode/Legacy format from Legacy/Unicode input file respectively.
# Currently it supports legacy font types: ABC, ABC-ZWSP, Baidok, Fk, Khek, Limon, Truth

USAGE:
======

On Windows Platform:
====================
    khmerconverter.exe inputFile [outputFile] [OPTION]
        inputFile  -->  converted-inputFile
or:
    khmerconverter.exe [OPTION]
or:
    khmerconverter.exe


On Linux and all other Platforms:
=================================
    python khmerconverter.py inputFile [outputFile] [OPTION]
        inputFile  -->  converted-inputFile
or:
    python khmerconverter.py [OPTION]
or:
    python khmerconverter.py


Requirements:
	- Tix installed (for GUI mode)



Running it without any option brings up the graphical user interface.


OPTION:
=======


--version                show program's version number and exit
  -h, --help             show this help message and exit
  -l, --list             list all supported fonts
  -c, --codec            list all supported codecs for text files
  -o, --oldfont          convert from unicode to old fonts (legacy)
  -e codec, --encoding=codec
                         codec for the input file, default is 'cp1252'
  -f fontname, --font=fontname
                         fontname for output encoding, default is 'abc-zwsp'
  -s value, --size=value
                         force the program to use specific size for khmer font
  -t, --time
                         print the needed time for the conversion
