
import ucnhash
import encodings
import encodings.unicode_escape


s = unicode("\N{SPACE} \N{EURO SIGN}", "unicode-escape")

