This commit was manufactured by cvs2svn to create tag 'r23b1-mac'.
[python/dscho.git] / Lib / test / test_pep263.py
blob7cc55265f00e9bbf54d71c70e15c5428e66164bc
1 #! -*- coding: koi8-r -*-
2 assert u"ðÉÔÏÎ".encode("utf-8") == '\xd0\x9f\xd0\xb8\xd1\x82\xd0\xbe\xd0\xbd'
3 assert u"\ð".encode("utf-8") == '\\\xd0\x9f'