Return to Snippet

Revision: 22779
at January 22, 2010 05:39 by bionic


Initial Code
iconv --from-code UTF-16 --to-code UTF-8 inputfile >outputfile

Initial URL


Initial Description
To convert files, especially prior to mysql insert. use file filename to find out encoding

Initial Title
Linux convert file encoding

Initial Tags
mysql, csv

Initial Language
Bash