Linux - Switching file character encoding


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. iconv --from-code=ISO-8859-1 --to-code=UTF-8 iso.txt > utf.txt
  2.  
  3.  
  4. 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/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.