Re: [pgAdmin4][Patch] - Encoding Fixes

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch] - Encoding Fixes
Date: 2019-03-01 13:54:20
Message-ID: CA+OCxoxM62Th-w_5ZJkpwrDmGyxPRTWpsPmN5ZXHt7wX9VRW1A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Fri, Mar 1, 2019 at 7:06 AM Khushboo Vashi <
khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:

> Hi,
>
> Please find the attached patch to support all the supported encodings by
> PostgreSQL.
>
> Thanks,
> Khushboo
>
> On Thu, Feb 28, 2019 at 10:53 AM Khushboo Vashi <
> khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:
>
>>
>>
>> On Wed, Feb 27, 2019 at 4:57 PM Dave Page <dpage(at)pgadmin(dot)org> wrote:
>>
>>> Hi
>>>
>>> On Tue, Feb 26, 2019 at 9:01 AM Khushboo Vashi <
>>> khushboo(dot)vashi(at)enterprisedb(dot)com> wrote:
>>>
>>>> Hi,
>>>>
>>>> Please find the attached patch to fix the encoding related issues.
>>>>
>>>> #3992 - View data causes errors with DB encoding EUC_JIS_2004
>>>> #3982 - Encoding Problem with PGAdmin 4.2
>>>> #3911 - Data output does not display Arabic in WIN1256 encoding
>>>> database
>>>> - The CSV download for the same encoding has also been fixed.
>>>>
>>>> I have tested the patch on Python 2.7, 3.5, 3.6 and 3.7.
>>>>
>>>
>>> You've added a couple of new encodings, but it seems to me that we
>>> should just add everything that PostgreSQL supports. For example, we now
>>> have win1256, but what about 866, 874, 1250, 1251 etc?
>>>
>>> The full list is at https://www.postgresql.org/docs/11/multibyte.html
>>>
>>> Any reason not to do that?
>>>
>> I thought to fix the reported bugs first and after that, I was about to
>> add a new ticket to add the remaining supported encodings.
>> But as per you, I will add the remaining encodings along with these fixes.
>>
>>>
>>>
>> --
>>> Dave Page
>>> Blog: http://pgsnake.blogspot.com
>>> Twitter: @pgsnake
>>>
>>> EnterpriseDB UK: http://www.enterprisedb.com
>>> The Enterprise PostgreSQL Company
>>>
>>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin 4 Jenkins 2019-03-01 14:02:17 Build failed in Jenkins: pgadmin4-master-python34 #959
Previous Message Dave Page 2019-03-01 13:54:16 pgAdmin 4 commit: Update release notes.