[pgadmin-hackers] [pgAdmin4][PATCH] Handling of non-ascii with Python2.7 - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject [pgadmin-hackers] [pgAdmin4][PATCH] Handling of non-ascii with Python2.7
Date
Msg-id CAKKotZTJEA5+9pt0jCZB-KCSKEdoCzy9Zx2S7iqTa1vRdjqbpQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgadmin-hackers] [pgAdmin4][PATCH] Handling of non-ascii with Python2.7
List pgadmin-hackers
Hi,

PFA patch to fix the issue where user enters non ascii username/password (invalid credentials) while creating new server and it throws error.
RM#2160

This patch also includes some other minor fixes for the same issue in some other files where we are passing error to gettext() if it includes non ascii words then it breaks in Python2.7.

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Ensure that PYTHONHOME is set for sub-processessuch
Next
From: Dave Page
Date:
Subject: [pgadmin-hackers] pgAdmin 4 commit: Basic support for viewing tables in Greenplum.Patch