-2
During coding (below) there is an error regarding the accentuation of some words:
Note: I am using Notepad++ and running python 2.7 on windows cmd
Code:
# encoding: utf-8
import os, sys
print "EXPEDIÇÃO DE DESPACHO"
Exit:
λ python teste1.py
EXPEDIÇÃO DE DESPACHO
Note: I checked this question in another post but it did not help: Encoding utf-8 allows accents?
Possible duplicate of Encoding utf-8 allows accents?
– Tuxpilgrim
I had already read, but it did not help. I am using windows and Notepad++
– alexjosesilva
I believe and am using python 2.7
– alexjosesilva