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 ...
From Georg Brandl on 2011-05-15 11:31:58+00:00 Well, if you do "import getopt" in your Python 2.6, you will get the 2.6 getopt, which is in latin-1 and includes a Å. Now why the module coding cookie ...