repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
_make_boundary(): Fix for SF bug #745478, broken boundary calculation
[python/dscho.git]
/
Lib
/
test
/
test_pep263.py
blob
7cc55265f00e9bbf54d71c70e15c5428e66164bc
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
'