mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 04:11:35 +00:00
Handle Unicode in doGetNotifications
This commit is contained in:
@@ -6812,7 +6812,7 @@ def doGetNotifications():
|
|||||||
else:
|
else:
|
||||||
print u'Read Status: READ'
|
print u'Read Status: READ'
|
||||||
print u''
|
print u''
|
||||||
print dehtml(notification[u'body'])
|
print convertUTF8(dehtml(notification[u'body']))
|
||||||
print u''
|
print u''
|
||||||
print u'--------------'
|
print u'--------------'
|
||||||
print u''
|
print u''
|
||||||
|
|||||||
Reference in New Issue
Block a user