From 1746845651d58c4a1dca1a59c5e5ecadd8820d27 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Wed, 13 Jan 2016 08:07:44 -0800 Subject: [PATCH] Handle Unicode in doGetNotifications --- src/gam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam.py b/src/gam.py index 92f2582f..0c0893a2 100755 --- a/src/gam.py +++ b/src/gam.py @@ -6812,7 +6812,7 @@ def doGetNotifications(): else: print u'Read Status: READ' print u'' - print dehtml(notification[u'body']) + print convertUTF8(dehtml(notification[u'body'])) print u'' print u'--------------' print u''