Reputation: 133
I can get code of cyrillic symbol. For example
# -*- coding: utf-8 -*-
s = u'абвгдеёжзийклмнопрстуфхцчшщъыьэюя'
print ord(s[0])
1072
[Finished in 0.0s]
But I can't get cyrillic symbol by it's code. Help me please
Upvotes: 0
Views: 149