[pgAdmin4][Patch]: Fixes #1986 - Properly handle non-ascii characters while loading & saving file - Mailing list pgadmin-hackers

From Surinder Kumar
Subject [pgAdmin4][Patch]: Fixes #1986 - Properly handle non-ascii characters while loading & saving file
Date
Msg-id CAM5-9D8L4eUv=E4R77xC=_hh_Yi0jH0=8a9BJMH0+ust9Ocn5Q@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: Fixes #1986 - Properly handle non-ascii characters while loading & saving file  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
List pgadmin-hackers
Hi

Issue:
The content will not write to disk if it contains ascii characters.

Solution:
Encode/Decode the content before writing/reading the file.

By the way, the file/folder name should also encode/decode, a similar issue is already logged
#1940. I will work on it.

Please find attached path and review.


Thanks,
Surinder Kumar


Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Use QT 5.7 by default on Mac, and allow builds with P
Next
From: Murtuza Zabuawala
Date:
Subject: PATCH: To fix the issue of column order in Primary Key/Index constraints (pgAdmin4)