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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Yogesh Jain <yogesh(dot)jain(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM4684] : Python encoding issue while saving data in charset other than 'utf-8'
Date: 2020-04-17 12:09:13
Message-ID: CANxoLDcksFWHjfzLcLGWpuDDgNkzGB0nY0DAF3S7Ee5LH8nO5A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Fri, Apr 17, 2020 at 1:01 PM Yogesh Jain <yogesh(dot)jain(at)enterprisedb(dot)com>
wrote:

> 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
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message navnath gadakh 2020-04-17 13:12:50 Re: [pgAdmin][RM5157] Default sort order at start in view table data by primary key by default
Previous Message Akshay Joshi 2020-04-17 12:09:01 Re: [pgAdmin][RM4573] Download csv as .csv when delimeter set comma(,)