mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
3 lines
141 B
Text
3 lines
141 B
Text
# 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
|