String Python Tutorial

locStr = "El "
uniStr = u"Ni\u00F1o"
newStr = locStr+uniStr
print newStr.encode('iso-8859-1')