-
Recent Posts
Recent Comments
- James Murty on Work-around for Mac OS X python package install error — "lipo: can’t figure out the architecture type"
- Jonathan Hartley on Work-around for Mac OS X python package install error — "lipo: can’t figure out the architecture type"
- Marc on Work-around for Mac OS X python package install error — "lipo: can’t figure out the architecture type"
- Textmate: Bundle Items menu shortcut fix | TJ's Logic on Textmate: Use Command-Escape as a Shortcut to the Gear Menu
- James Murty on JetS3t 0.8.1 in the wild
Archives
- March 2012
- December 2011
- May 2011
- April 2011
- February 2011
- January 2011
- October 2010
- July 2010
- May 2010
- March 2010
- February 2010
- January 2010
- November 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
Categories
Meta
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