File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ # zunbollox
2+
3+ Tool to convert text encoded in windows code page 949 to utf-8 (but not vice-versa).
4+
5+ The name is taken from the old tool "UnBollox" or "RO Unbolloxiser" by StelTechCor in the year 2004.
6+ Their tool converts filenames and directory trees whereas this tool just converts text.
7+
8+ ## Building
9+
10+ Run ` dub build ` to build the command line program.
11+ Run ` dub build :gui ` to build the GUI program.
12+
13+ ## Usage
14+ ` ./zunbollox -h `
15+ ```
16+ zunbollox 1.0.0
17+ Usage: zunbollox [-h] [-f <filename>]
18+
19+ If no options are provided the program will
20+ convert the file "unbollox_me.txt" to "clean.txt".
21+
22+ Options:
23+ -h Print this help message.
24+ -f <filename> Convert specific file. The file must be ascii/latin1 encoded.
25+ ```
26+
27+ ![ GUI Screenshot] ( gui-screenshot.png?raw=true )
28+
29+ ## Windows
30+
31+ On the release page you will find pre-compiled windows binaries for both the cli and the gui.
You can’t perform that action at this time.
0 commit comments