/ Published in: Bash
Expand |
Embed | Plain Text
iconv --from-code=ISO-8859-1 --to-code=UTF-8 iso_file.txt > utf8_file.txt
You need to login to post a comment.
endorfin on 01/10/09
2 people have marked this snippet as a favorite
iconv --from-code=ISO-8859-1 --to-code=UTF-8 iso_file.txt > utf8_file.txt
You need to login to post a comment.