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
A little snippet that I needed today. I didn't found what I needed so I wrote it.
Cheers