quvi may output utf-8 encoded data when the conifigured locale doesn't support that; avoid crashing on such invalid encoding.

This commit is contained in:
Joey Hess 2015-11-09 12:19:10 -04:00
parent af863b5b1b
commit 08bb3b1b1d
Failed to extract signature
4 changed files with 37 additions and 8 deletions

2
debian/changelog vendored
View file

@ -14,6 +14,8 @@ git-annex (5.20151102.2) UNRELEASED; urgency=medium
out of the annex back to the file, because other files may point to
that same content. Instead, copy the injected file content out to
recover.
* quvi may output utf-8 encoded data when the conifigured locale doesn't
support that; avoid crashing on such invalid encoding.
-- Joey Hess <id@joeyh.name> Wed, 04 Nov 2015 12:50:20 -0400