/ Published in: Bash
To convert files, especially prior to mysql insert. use file filename to find out encoding
Expand |
Embed | Plain Text
iconv --from-code UTF-16 --to-code UTF-8 inputfile >outputfile
You need to login to post a comment.
