Radim Novotný

Results 2 issues of Radim Novotný

I'm trying to write a test against a HTML file containing some non ascii characters. Very simple example is this file with a non-ascii dash between words Hello, World: ```...

Let's have this content in new SublimeText window: ``` # -*- coding: utf-8 -*- print "Ahoj světe" ``` Invoking PythonTidy generates this traceback in console: ``` Traceback (most recent call...