The string that could not be encoded/decoded was: 熔树脂温度(℃)
'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)
I am trying to encode the ascii character but I am getting error. I have tried with
熔树脂温度(℃).encode('utf-8')
熔树脂温度(℃).encode('utf8')
unicode(熔树脂温度(℃),'utf-8')
Nothing is working.