I read the symbol °C
using xlrd library. I get the unicode value as u'\xb0C'
. However I want to use it as a normal string.
I went through a couple of posts including the below link
Convert a Unicode string to a string in Python (containing extra symbols)
It seems to be working for many special signals. but in this case I am seeing only C
that is without °
(degree). any help would be much appreciated