[pgAdmin][RM4684] : Python encoding issue while saving data in charset other than 'utf-8'

From: Yogesh Jain <yogesh(dot)jain(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin][RM4684] : Python encoding issue while saving data in charset other than 'utf-8'
Date: 2020-04-17 07:31:23
Message-ID: CAGSMLADdJjuOQsRnRAS-J3Mz4eUWWTC5Nz4fxUvXuhBW2SXcxw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
RM4684.patch application/x-patch 464 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-17 09:20:53 pgAdmin 4 commit: Fixed an issue while removing the package body showin
Previous Message Akshay Joshi 2020-04-17 06:58:20 Re: [pgAdmin][RM4573] Download csv as .csv when delimeter set comma(,)