Wednesday, 14 August 2013

Encode a symbol python

Encode a symbol python

I have a symbol as an output and it appears as '' when i print it.
So I tried x.encode('utf-8') to get back the symbol, instead I get . I
looked at many examples but nothing provides a solution for this.
How do i fix this?

No comments:

Post a Comment