[web2py] unicode error

2016-10-21 Thread Gabor Nyul
I wanted to implement the datatable.net sample ( http://www.web2pyslices.com/slice/show/2052/using-datatablesnet-with-web2py-for-ultra-fast-grid-display) in my app. The controller is dead simple: def index(): import json res = json.dumps(db.executesql('select * from bd_aramnemek', as_dict

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 | de

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-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 : > > 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

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 https://

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

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 S

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 wrote: > Thanks Richard. My production server is working fine with 2.9.11. I'll > open an iss

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...

Re: [web2py] unicode error on LOAD w/ test case [not a web2py bug]

2011-09-04 Thread Jonathan Lundell
On Sep 4, 2011, at 3:25 PM, weheh wrote: > Grrr, grrr, and triple grr. This encoding stuff can be so > awfully painful (all the time, it seems). > > OK, Jonathan, I'm pretty sure you are right, it's an editor encoding > problem, not a web2py problem. > > I swear to you that I have vi

[web2py] unicode error on LOAD w/ test case [not a web2py bug]

2011-09-04 Thread weheh
Grrr, grrr, and triple grr. This encoding stuff can be so awfully painful (all the time, it seems). OK, Jonathan, I'm pretty sure you are right, it's an editor encoding problem, not a web2py problem. I swear to you that I have vim and Eclipse set to utf-8 encoding. For that matter, my