mirror of
https://github.com/cheat/cheat.git
synced 2026-05-28 03:58:44 +02:00
create iconv
add new iconv for code convert
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user