Re: [Tutor] pgdb and unicode

2007-10-22 Thread Kent Johnson
Ismael Farfán Estrada wrote: > by the way, does sending the data as a list prevent SQL injection? Yes. > I haven't worried for that yet. If you are accepting user input and putting it into the database, you should worry about it. See http://xkcd.com/327/ for a humorous take on this ;-) Kent __

Re: [Tutor] pgdb and unicode

2007-10-22 Thread Eric Brunson
Kent Johnson wrote: > Ismael Farfán Estrada wrote: > >> Hi there. >> I have a small system in production with wxPython and PostgreSQL running on >> a machine with Centos 5. >> At first everytihing was running ok but now a weird bug was discovered: >> they can't insert characters like á é í ó ú ä

Re: [Tutor] pgdb and unicode

2007-10-22 Thread Ismael Farfán Estrada
>Ismael Farfán Estrada wrote: >> Hi there. >> I have a small system in production with wxPython and PostgreSQL running on >> a machine with Centos 5. >> At first everytihing was running ok but now a weird bug was discovered: >> they can't insert characters like á é í ó ú ä ë ñ (non english >

Re: [Tutor] pgdb and unicode

2007-10-22 Thread Kent Johnson
Ismael Farfán Estrada wrote: > Hi there. > I have a small system in production with wxPython and PostgreSQL running on > a machine with Centos 5. > At first everytihing was running ok but now a weird bug was discovered: > they can't insert characters like á é í ó ú ä ë ñ (non english > charac

[Tutor] pgdb and unicode

2007-10-22 Thread Ismael Farfán Estrada
Hi there. I have a small system in production with wxPython and PostgreSQL running on a machine with Centos 5. At first everytihing was running ok but now a weird bug was discovered: they can't insert characters like á é í ó ú ä ë ñ (non english characters) Does anyone knows how can I make pg