mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
Handle Unicode in doGetNotifications
This commit is contained in:
@@ -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''
|
||||
|
||||
Reference in New Issue
Block a user