qutebrowser/qutebrowser/browser
Florian Bruhin ae0966a384 Fix encoding issues on windows.
locale.getpreferredencoding(False) returns cp1252 on Windows, which is
unable to parse our nice unicode arrows.

Therefore, we always need to specify the encoding when using open().

Also we exclude configdata.py from pep257 on Windows because it doesn't
detect the encoding correctly... Bug is submitted:
https://github.com/GreenSteam/pep257/issues/70
2014-05-02 11:15:38 +02:00
..
__init__.py Refactor tab/browser widgets 2014-04-17 09:44:26 +02:00
curcommand.py Fix encoding issues on windows. 2014-05-02 11:15:38 +02:00
hints.py Lint fixes 2014-05-01 19:42:51 +02:00
signalfilter.py Consistent string chars 2014-04-25 16:53:23 +02:00
webpage.py Make user agent configurable 2014-05-02 06:55:55 +02:00