[pgAdmin][RM4684] : Python encoding issue while saving data incharset other than 'utf-8' - Mailing list pgadmin-hackers

From Yogesh Jain
Subject [pgAdmin][RM4684] : Python encoding issue while saving data incharset other than 'utf-8'
Date
Msg-id CAGSMLADdJjuOQsRnRAS-J3Mz4eUWWTC5Nz4fxUvXuhBW2SXcxw@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin][RM4684] : Python encoding issue while saving data incharset other than 'utf-8'  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List pgadmin-hackers
Hi Hackers,

Attached is the patch to fix encoding issues while saving data in encoded charset other than 'utf-8'.

FYI : While using the local charset latin-9 (ISO 8859-15), if a record contains an umlaut ü and dataset was updated, then there was error message 'utf-8' codec can't decode byte 0xfc in positon 761: invalid start byte', which is fixed in this patch.

Please review.
PFA.
--
Regards,
Yogesh Jain
8982696654
Attachment

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4573] Download csv as .csv when delimeter set comma(,)
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed validation issue in Synonyms node. Fixes #5409