mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 05:32:13 +01:00
Minor edits to #357
This commit is contained in:
parent
67f52f8317
commit
e2d63e7603
1 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
# convert file(iconv.src) from iso-8859-1 to utf-8 and save to /tmp/iconv.out
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue