Re: [pgAdmin][RM4061]: Backslashes are not handled correctly for SQL_ASCII database in View/Edit table data - Mailing list pgadmin-hackers

From Khushboo Vashi
Subject Re: [pgAdmin][RM4061]: Backslashes are not handled correctly for SQL_ASCII database in View/Edit table data
Date
Msg-id CAFOhELe0tCx0MNsxy8GRc3fOCHBy21jydEMTKfKaVxWvPPAJNQ@mail.gmail.com
Whole thread Raw
In response to [pgAdmin][RM4061]: Backslashes are not handled correctly for SQL_ASCII database in View/Edit table data  (Pradip Parkale <pradip.parkale@enterprisedb.com>)
List pgadmin-hackers
Hi Pradip,

With this patch, 4061 is getting fixed but if you enter "zażółć", then it is getting displayed as "zaż\xf3łć". So, the fix is not proper.

Also, if you want to change the typecast, then change the dict which is mapped for Postgres, Python and Typecast encoding in encoding.py file.

Thanks,
Khushboo



On Tue, Oct 27, 2020 at 3:26 PM Pradip Parkale <pradip.parkale@enterprisedb.com> wrote:
Hi Hackers,

Please find the attached for RM4061. Backslashes were not handled correctly for SQL_ASCII database.


--
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation

pgadmin-hackers by date:

Previous
From: Nidhi Bhammar
Date:
Subject: pgAgent/creating and modifying tables doc improvement
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Updated documentation for pgAgent.