Source Code:
(back to article)
text = u"Hello,\xa0world!" print(text.encode('utf-8'))
Result:
Report an issue