/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
iconv --from-code=ISO-8859-1 --to-code=UTF-8 iso.txt > utf.txt iconv --to-code=ISO-8859-1 utf.txt > iso.txt
URL: http://mediakey.dk/~cc/howto-convert-text-file-from-utf-8-to-iso-8859-1-encoding/