Confirmed users
513
edits
Klahnakoski (talk | contribs) |
Klahnakoski (talk | contribs) |
||
| Line 176: | Line 176: | ||
|} | |} | ||
The latter makes Python interpret untyped string constants as unicode; and I don't need to be explicit (u"") everywhere. Also, the second line works well with the first so you do not end up with the nonsensical situation like <code>u"é" != "é".decode("latin1").encode("utf8")</code> | |||
=== PyPi and setup.py === | === PyPi and setup.py === | ||