/ Published in: Bash
To convert files, especially prior to mysql insert. use file filename to find out encoding
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
iconv --from-code UTF-16 --to-code UTF-8 inputfile >outputfile