zunbollox

zunbollox 1.0.1

No permission to download
Content Author
zhad3
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:

Code:
./zunbollox -h
Code:
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

Author
zhade
Downloads
0
Views
7
First release
Last update

Ratings

0.00 star(s) 0 ratings

Latest updates

  1. Version 1.0.1

    Fixes command line argument handling and removes additional newline that accidently get added...
Back
Top