Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
628339807e76d075a610aa6dd963e702ef25afc8
/
.
/
Lib
/
test
/
test_pep263.py
blob: 7cc55265f00e9bbf54d71c70e15c5428e66164bc [
file
] [
log
] [
blame
]
#! -*- 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'