Python unicode utf-8 UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5
rkyser
- 3.4k
- 1
- 21
- 28
Phyton Python unicode utf-8
Phyton unicode utf-8
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 537: ordinal not in range(128), referer: ...
I always get this error when I try to output my whole website with characters "č". I am using mako templating. What to do?
lang-py