Closed aumo closed 10 years ago
Also fails when searching for a non-ascii character. Opening the file using codecs.open(filename, 'r', 'utf8') would be probably cleaner and avoid future errors. Also, #10's fix in log.html would not be needed.
Non-ascii is apparently beyond my normal use-case :) I'll merge this for now and take a look at the codecs.open variant later. Thanks!
codecs.open
Also fails when searching for a non-ascii character. Opening the file using codecs.open(filename, 'r', 'utf8') would be probably cleaner and avoid future errors. Also, #10's fix in log.html would not be needed.