I have a list with Unicode utf-8 tuples like:
((u'\u0d2a\u0d31\u0d1e\u0d4d\u0d1e\u0d41', u'\u0d15\u0d47\u0d3e\u0d23\u0d4d\u200d\u0d17\u0d4d\u0d30\u0d38\u0d4d'), 7.5860818562067314)
I want to convert the utf-8 code as string. I have tried decode. But getting error. Can anyone please help me out?
Thanks in advance!
Those are not UTF-8.