Quote:
Originally Posted by pdurrant
A useful summary. Thanks.
|
I learned from it, with much embarrassment, that I've been using .encode('utf-8') and .decode('utf-8') incorrectly (the wrong way around).
There is also this
Python encoding detector linked from somewhere in the presentation.
- Ahi