Monthly Archives: December 2011

Python code to convert UTF-8 to Latin-1

After dealing with UTF-8 to latin1 encoding issues repeatedly over the years I finally put the time into crafting a somewhat complete conversion script in Python that handles things like “smart” quotes and other commonly-used symbols. This probably isn’t the … Continue reading

Posted in Coding, Python | Leave a comment