mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-01 05:21:06 +01:00
4 lines
141 B
Plaintext
4 lines
141 B
Plaintext
# To convert file (iconv.src) from iso-8859-1 to utf-8 and save to
|
|
# /tmp/iconv.out
|
|
iconv -f iso-8859-1 -t utf-8 iconv.src -o /tmp/iconv.out
|