Change encoding of files to utf-8


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



Copy this code and paste it in your HTML
  1. find . -type f -print0 | xargs -0 -J% iconv -f ISO_8859-1 -t UTF-8 % -o %

Report this snippet


Comments


You need to login to view comments.