chiark / gitweb /
handle APKs with filenames encoded with CP437
authorHans-Christoph Steiner <hans@eds.org>
Thu, 23 Jun 2016 15:58:25 +0000 (17:58 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 27 Jun 2016 18:30:32 +0000 (20:30 +0200)
commitd522bb7e172a3fce502f1bf043336cad4e7f8f52
treed8ff2b82dfc9c29052f0449e87dc0d918df58050
parent1be263e8701087f0ac492a2ef9de33c38d4044ee
handle APKs with filenames encoded with CP437

The ZIP format has no official encoding :-| so we have to do hacks.  The
zipfile devs couldn't even sort this out:
https://bugs.python.org/issue10614

closes #167
fdroidserver/update.py