Re: 'utf8' codec can't decode byte 0xe9 in position 303: invalid continuation byte

2010-11-22 Thread cocolombo
The following line at the top of the file solved it for my french characters. # -*- coding: latin-1 -*- cclmb === On Nov 21, 2:51 pm, Alex s wrote: > Hi, > > In homepage.html file, I am trying to write the letter "é". So I have the > following error: > > 'utf8

Re: 'utf8' codec can't decode byte 0xe9 in position 303: invalid continuation byte

2010-11-22 Thread Tiago Almeida
o Almeida On 21 Nov, 19:51, Alex s wrote: > Hi, > > In homepage.html file, I am trying to write the letter "é". So I have the > following error: > > 'utf8' codec can't decode byte 0xe9 in position 303: invalid continuation byte > > How can I res

'utf8' codec can't decode byte 0xe9 in position 303: invalid continuation byte

2010-11-21 Thread Alex s
Hi, In homepage.html file, I am trying to write the letter "é". So I have the following error: 'utf8' codec can't decode byte 0xe9 in position 303: invalid continuation byte How can I resolve this ? I am trying to use brazilian language. Thanks Alex -- You received