Archive for December, 2008

Script to Convert Windows-1252 files to UTF-8

Friday, December 12th, 2008

I had several hundred (over 1000) HTML files in a directory. They were unfortunately encoded in Windows-1252 and I wanted them all converted to UTF-8, but I was not willing to open the files one by one or feed their names to a script (there’s too many) so I needed a script that would [...]