News

In my projects I'm still using Python 2.7 but I would like to migrate to Python 3 someday, so I always use unicode unless I actually need bytes. This did not seem to be one of those cases; since the ...
Attempts at solving it The problem was narrowed down to source files with strings containing characters with umlaut, such as ö and ü. I tried manually editing the source files, adding either u or r ...