Re: [web2py] unicode error with postgre on 2.10.3 (with sample app)

2015-05-04 Thread Ruslan Gareev
Hi, i have the same error, when I register user with ciryllic(Russian) chars in name. My config is: PgSQL 9.3. base in UTF-8. Web2py version is 2.10.3. Ubuntu 14.04. среда, 29 апреля 2015 г., 0:31:53 UTC+5 пользователь mcm написал: One more check... is the encoding of the database UTF-8?

Re: [web2py] unicode error with postgre on 2.10.3 (with sample app)

2015-05-04 Thread bodobammel
In my case, it is UTF-8. List of databases Name | Owner | Encoding | Collate |Ctype| Access privileges -+--+--+-+-+--- test | manager | UTF8 | de_DE.UTF-8 |

Re: [web2py] unicode error with postgre on 2.10.3 (with sample app)

2015-04-28 Thread bodobammel
which postgresql Version? PSQL 9.3.6 @ Ubuntu 14.04.2 LTS In the meantime, I played around with pgadmin a little bit: 1) Using pgadmin I can create records containing 'ἀγοραζε' (the sample above) or German Umlaute ä, ö, ü, so it's definetly no database problem. 2) Going to Appadmin

Re: [web2py] unicode error with postgre on 2.10.3 (with sample app)

2015-04-28 Thread Michele Comitini
One more check... is the encoding of the database UTF-8? you can check with psql -l 2015-04-27 19:01 GMT+02:00 bodobam...@gmail.com: which postgresql Version? PSQL 9.3.6 @ Ubuntu 14.04.2 LTS In the meantime, I played around with pgadmin a little bit: 1) Using pgadmin I can create

Re: [web2py] unicode error with postgre on 2.10.3 (with sample app)

2015-04-26 Thread Massimo Di Pierro
which postgresql version? I am failing to reproduce this. On Saturday, 25 April 2015 10:28:07 UTC-5, bodob...@gmail.com wrote: Hey guys, 2.10.3 doesn't seem ready for prime time :-( In fact this bug makes 2.10.3 unusable for postgres users with need for non ASCII-characters.. For

Re: [web2py] unicode error with postgre on 2.10.3 (with sample app)

2015-04-25 Thread bodobammel
Hey guys, 2.10.3 doesn't seem ready for prime time :-( In fact this bug makes 2.10.3 unusable for postgres users with need for non ASCII-characters.. For reference let's link to the corresponding issue here too: https://github.com/web2py/web2py/issues/910 Is there any solution yet? Bodo Am

Re: [web2py] unicode error with postgre on 2.10.3 (with sample app)

2015-04-13 Thread Richard Vézina
Ian, better make sure you can reproduce the problem... You may pack an app that allow developper to test the issue and attach it to your ticket... Richard On Sat, Apr 11, 2015 at 10:38 AM, Ian W. Scott scotti...@gmail.com wrote: Thanks Richard. My production server is working fine with 2.9.11.

Re: [web2py] unicode error with postgre on 2.10.3 (with sample app)

2015-04-11 Thread Ian W. Scott
Thanks Richard. My production server is working fine with 2.9.11. I'll open an issue on the web2py github repo, since it sounds like that's the better forum for this. Ian On Friday, April 10, 2015 at 3:40:16 PM UTC-4, Richard wrote: Ok, ok, I guess there is an issue with web2py or pyDAL...