Commit 4c561b36 authored by Martin v. Löwis's avatar Martin v. Löwis

Test whether a Cyrillic text correctly appears in a Unicode literal.

parent 6782d6aa
#! -*- coding: koi8-r -*-
assert u"".encode("utf-8") == '\xd0\x9f\xd0\xb8\xd1\x82\xd0\xbe\xd0\xbd'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment