View Single Post
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#3460
Originally Posted by CepiPerez View Post
@TMavica:
in contacts.py
replace:
Code:
c['name'] = wc.pushname if wc.pushname is not None else ""
with:
Code:
c['name'] = wc.pushname.decode("utf8") if wc.pushname is not None else ""
which line?
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica