Re: Mails & encoding

2009-12-20 Thread Gabriel Genellina
En Sun, 20 Dec 2009 07:46:02 -0300, Lord Eldritch escribió: I have a CGI written in Python to process a form a read/write a text file (a minimal database). It runs in a Linux box with and it looks all the encoding is UTF8. [...] - Related to the former one: the CGI sends an email with str

Re: Mails & encoding

2009-12-20 Thread Chris Rebert
On Sun, Dec 20, 2009 at 2:46 AM, Lord Eldritch wrote: > - When I have: > > ttext='áá' > > I get a warning sendinme to this page > > http://www.python.org/peps/pep-0263.html > > Should I understand that PEP has been already implemented and follow it? Yes. Cheers, Chris -- http://blog.reb

Mails & encoding

2009-12-20 Thread Lord Eldritch
I have a CGI written in Python to process a form a read/write a text file (a minimal database). It runs in a Linux box with and it looks all the encoding is UTF8. Now I have two questions: - When I have: ttext='áá' I get a warning sendinme to this page http://www.python.org/peps/pep-0