chiark / gitweb /
metadata: always open metadata files in UTF-8
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 25 Feb 2016 00:12:23 +0000 (00:12 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 11 Mar 2016 13:27:01 +0000 (13:27 +0000)
commita023a235a2b1249088547c5a2db502ecdeac1e55
treec53d3c8316e0d15ae045e78dd3369e502346dd3b
parent23a950bd00f9f6e8606bf3165aa3f89573d9acec
metadata: always open metadata files in UTF-8

For some reason, Python uses whatever encoding the system is using via a
locale. Since CI uses an ascii locale, stuff breaks. I can't find a way
to make all of fdroidserver ignore the locale and just use UTF-8, so for
now force it where it's bothering CI.
fdroidserver/metadata.py