Short: Convert UTF-8 <-> TIS-620 (Thai character coding) Author: emptystate@yahoo.co.uk (koan) Uploader: emptystate yahoo co uk (koan) Type: text/misc Version: 1.0 Architecture: m68k-amigaos thaiconv is a small tool to allow conversion between UTF-8 and TIS-620 coded text. It is possible to use Thai on the Amiga with an appropriate font but only by using a TIS-620 font. Since most of the world is happy to use Unicode and UTF-8 this is a tool to allow you to work in TIS-620 but convert incoming and outgoing text. Usage: thaiconv infile > my_tis-620_file (convert from UTF-8 to TIS-620) thaiconv infile utf8 > my_utf-8_file (convert from TIS-620 to UTF-8) Source code included. If you find any mistakes, please let me know. Only Amiga makes it possible!