Convert between RA2's csf file format and json file format.
The json file only support GB-2312 encoding for the moment.
Use python csf2json.py --csf <input csf file> --json <output json file>
Use python json2csf.py --json <input json file> --csf <output csf file>