diff options
Diffstat (limited to 'scripts/moonrune-charset-utf8')
| -rwxr-xr-x | scripts/moonrune-charset-utf8 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/moonrune-charset-utf8 b/scripts/moonrune-charset-utf8 deleted file mode 100755 index d3e8343..0000000 --- a/scripts/moonrune-charset-utf8 +++ /dev/null @@ -1,6 +0,0 @@ -#! /usr/bin/env bash -if [[ "$1" == "china"]]; then - iconv -f GBK -t UTF8 "$2" -o "$3" -elif [[ "$1" == "jp"]]; then - iconv -f SHIFT-JIS -t UTF8 "$2" -o "$3" -fi |