I am new to python. I am trying to print accented characters, for example:
# -*- coding: utf-8 -*- print 'éàÇÃãéèï'
But when I execute this code, I get:
>> ├®├á├ç├â├ú├®├¿├»
I am using 64-bit versions of Windows 7 and Python 2.7.5, I have code in file.py and execute it with
python file.py
source share