Convert text ISO to UTF-8


/ 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

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.