changeset e2ec1b037b4d in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=e2ec1b037b4d
description: don't crash when there are non-ascii chars in gpg keys list
diffstat:
src/common/gpg.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r cac4252df282 -r e2ec1b037b4d src/common/gpg.py
--- a/src/common/gpg.py Mon May 28 19:54:59 2012 -0400
+++ b/src/common/gpg.py Wed May 30 08:30:49 2012 +0200
@@ -31,6 +31,7 @@
class GnuPG(gnupg.GPG):
def __init__(self, use_agent=False):
gnupg.GPG.__init__(self)
+ gnupg.GPG.decode_errors = 'replace'
self.passphrase = None
self.use_agent = use_agent
self.always_trust = False
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits