mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
4 lines
149 B
Python
4 lines
149 B
Python
#! -*- coding: koi8-r -*-
|
|
assert u"ðÉÔÏÎ".encode("utf-8") == '\xd0\x9f\xd0\xb8\xd1\x82\xd0\xbe\xd0\xbd'
|
|
assert u"\ð".encode("utf-8") == '\\\xd0\x9f'
|