Convert File with ISO Encoding 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_file.txt > utf8_file.txt

Report this snippet


Comments


You need to login to view comments.