c['name'] = wc.pushname if wc.pushname is not None else ""
c['name'] = wc.pushname.decode("utf8") if wc.pushname is not None else ""