krylon/tool_ans2utf8.sh

6 lines
77 B
Bash
Executable File

#infile.ans
ANSI=$1
#outfile.txt
ASCII=$2
piconv -f CP437 -t UTF-8 < $1 > $2