Skip to content Skip to sidebar Skip to footer
Showing posts with the label Unicode

Which Character Encoding Is The Ipython Terminal Using?

I used to think I had this whole encoding stuff pretty figured out. I seem to be wrong because I ca… Read more Which Character Encoding Is The Ipython Terminal Using?

Unicode Values In Strings Are Escaped When Dumping To Json In Python

For example: >>> print json.dumps('růže') 'r\u016f\u017ee' (Of course, in… Read more Unicode Values In Strings Are Escaped When Dumping To Json In Python

Python 3: Csv Files And Unicode Error

I have a csv (tsv) file with this header 'Message Name' 'Field' 'Base Label… Read more Python 3: Csv Files And Unicode Error