GBK2UTF8
A tool to transfer .txt
files from gbk to utf-8. The current version is only a command tool.
Usage
- Put your
.txt
files encoded with gbk in thesources/input
directory, thendotnet run
. The files encoded with utf-8 will be generated in thesources/output
directory.