Re: [pgadmin-hackers] [Patch] Fix Unicode in errmsg

2016-07-13 Thread Magnun Leno
y interested in contributing to the project. I hope to have some spare time soon, so I can study the source code and send some improvements, not just fixes. Thanks for the inputs/feedbacks, please keep them coming. I will. Thanks for being so receptive, generally big open source aren't friendly. --- Magnun Leno

Re: [pgadmin-hackers] [Patch] Fix Unicode in errmsg

2016-07-13 Thread Magnun Leno
son.loads(request.data.decode()) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 48: ordinal not in range(128) But, the other way around isn't true. Executing the update mentioned above in psql and then running a select in PgAdmin4 (select * from users where id=1) works fine. I'll give it a try with Python 3 as soon as possible, it might solve all the issues since it uses unicode by default. Thanks in advance. --- Magnun Leno

Re: [pgadmin-hackers] [Patch] Fix Unicode in errmsg

2016-07-11 Thread Magnun Leno (Pessoal)
Just found another decoding error, this time during server group creation. Path attached. Thanks again. --- Magnun Leno Em 07-07-2016 08:39, Ashesh Vashi escreveu: Sure - I will do. -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company &

[pgadmin-hackers] [Patch] Fix Unicode in errmsg

2016-07-06 Thread Magnun Leno (Pessoal)
or this amazing piece of software. -- Magnun Leno fix_unicode_pgadmin4.patch.tar.bz2 Description: application/bzip -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers