Mega Code Archive
Categories
/
Python Tutorial
/
String
Encode(utf-8)
uniStr = u"Ni\u00F1o" print uniStr.encode('utf-8')