Dreaded python encoding errors, how to stop them?

Posted by Rhubarb on Stack Overflow See other posts from Stack Overflow or by Rhubarb
Published on 2010-05-17T00:13:50Z Indexed on 2010/05/17 0:20 UTC
Read the original article Hit count: 501

These have been plaguing me endlessly. Why? It seems that my console can't handle the encoding. I take it that the my browser and word processor can handle it. I don't have a master list of all the possible characters that it's choking on. What is the best way to relieve this without modifying my data?

'charmap' codec can't encode character u'\xca'

© Stack Overflow or respective owner

Related posts about python

Related posts about unicode