3août/100
Convert file to utf-8 on Unix based OS
A little snippet that I needed today. I didn’t found what I needed so I wrote it.
-
cp originalFile backupFile
-
iconv -f fromEncoding -t utf-8 originalFile > originalFile
Cheers

No related post
Commentaires (0)
Trackbacks (0)
(Souscrire aux commentaires de cet article)
Aucun trackbacks pour l'instant
