About This File
https://github.com/zhad3/zunbollox
Tool to convert text encoded in windows code page 949 to utf-8 (but not vice-versa).
The name is taken from the old tool "UnBollox" or "RO Unbolloxiser" by StelTechCor in the year 2004. Their tool converts filenames and directory trees whereas this tool just converts text.
Usage:
./zunbollox -h
zunbollox 1.0.0 Usage: zunbollox [-h] [-f <filename>] If no options are provided the program will convert the file "unbollox_me.txt" to "clean.txt". Options: -h Print this help message. -f <filename> Convert specific file. The file must be ascii/latin1 encoded.
License: MIT
What's New in Version 1.0.1
Released
Fixes command line argument handling and removes additional newline that accidently get added when writing the file.