Converts any given object to unicode string. >>> safeunicode('hello') u'hello' >>> safeunicode(2) u'2' >>> safeunicode('\xe1\x88\xb4') u'\u1234'
(obj, encoding='utf-8')
source not stored for this graph (policy: none)
no test coverage detected