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

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch]: Fixes #1986 - Properly handle non-ascii characters while loading & saving file
Дата
Msg-id CAM5-9D8L4eUv=E4R77xC=_hh_Yi0jH0=8a9BJMH0+ust9Ocn5Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: Fixes #1986 - Properly handle non-ascii characters while loading & saving file  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
Список 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


Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Use QT 5.7 by default on Mac, and allow builds with P
Следующее
От: Murtuza Zabuawala
Дата:
Сообщение: PATCH: To fix the issue of column order in Primary Key/Index constraints (pgAdmin4)