This article is on Unicode with Python 2.x If you want to learn about Unicode for Python 3.x, be sure to checkout our [Unicode for Python 3.x](https://www ...
The main goal of this cheat sheet is to collect some common snippets which are related to Unicode. In Python 3, strings are represented by Unicode instead of bytes. Further information can be found on ...