changeset e3bb1938d448 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=e3bb1938d448
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 4a0e9afc56f3 -r e3bb1938d448 src/common/gpg.py
--- a/src/common/gpg.py Fri May 18 16:58:51 2012 +0200
+++ 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