chiark / gitweb /
FDroidPopen must have a locale to support UTF-8 filenames
authorHans-Christoph Steiner <hans@eds.org>
Thu, 23 Jun 2016 15:11:49 +0000 (17:11 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 27 Jun 2016 18:30:32 +0000 (20:30 +0200)
`fdroid update` should be able to handle any valid filename (hopefully
aapt doesn't barf on them).  To handle that, the environment where the
shell commands are run in needs to have a UTF-8 locale set. If LANG is
not set, things default to ASCII and UTF-8 filenames fail.

This also renames test APK with lots of Unicode chars as a test case.

closes #167


No differences found