utfconvert java encoding conversion tool
utfconvert java tool
This small java program can be used to convert a file from one character
encoding to another. By default, it converts from UTF8, to EUC, since
that is what I originally needed it for. However, it can be used to convert
between any two character sets that your java runtime knows about.
Sample usage:
utfconvert.jar -in UTF8 -out EUCJIS file.euc
Download
If you have any suggestions, comments, or just "hey, it works on platform xxx,
cool", drop me a line!
phil@bolthole.com
Bolthole.com