qutebrowser/scripts
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
..
generate_authors.sh Move scripts to scripts/ 2014-04-22 07:20:25 +02:00
run_checks.py Fix encoding issues on windows. 2014-05-02 11:15:38 +02:00
run_profile.py Move scripts to scripts/ 2014-04-22 07:20:25 +02:00