nonascii.py
5 lines
| 177 B
| text/x-python
|
PythonLexer
Thomas Kluyver
|
r6302 | # encoding: iso-8859-5 | ||
# (Unlikely to be the default encoding for most testers.) | ||||
# ������������������� <- Cyrillic characters | ||||
from __future__ import unicode_literals | ||||
u = '����' | ||||