In windows terminal I run python and execute:
[ord(i) for i in u'Йож'] # three_national_symbols
And output was
[63, 63, 63]
Could anyone explain me who's replaced my symbols with question mark and why? (Windows 10, python 2.7.12)
In windows terminal I run python and execute:
[ord(i) for i in u'Йож'] # three_national_symbols
And output was
[63, 63, 63]
Could anyone explain me who's replaced my symbols with question mark and why? (Windows 10, python 2.7.12)