This fixes incorrect unicode, where the variable after “-f” is the current unicode format and the variable after “-t” is the desired unicode format.
iconv -f cp932 -t UTF-8 in.txt > out.txt

This fixes incorrect unicode, where the variable after “-f” is the current unicode format and the variable after “-t” is the desired unicode format.
iconv -f cp932 -t UTF-8 in.txt > out.txt
