Effects of Setting the Default Encoding
import sys sys.getdefaultencoding() s = u'La Pe\xf1a' print s