S.Lott -- Software Architect
  • Other Articles
  • Publications
  • S.Lott Biography

Python 2.7 CSV files with Unicode Characters

Date Thu 19 January 2012 Tags csv / #python / unicode

The csv module in Python 2.7 is more-or-less hard-wired to work with ASCII and only ASCII.

Sadly, we're often confronted with CSV files that include Unicode characters. There are numerous Stack Overflow questions on this topic. http://stackoverflow.com/search?q=python+csv+unicode

What to do? Since csv …

more ...

  • Social

    • Mastodon
    • Github
    • StackOverflow
    • LinkedIn
    • O'Reilly
    • Amazon
  • Categories

    • Architecture & Design
    • Books
    • FOSS
    • Management
    • News
    • Python
    • Technologies
  • Links

    • Pelican
    • Python.org
    • Jinja2
  • Archive

    • January 2012 (1)

© 2012 S.Lott · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top