RE: pgAdmin 4 V4.2 and non-unicode database - Mailing list pgadmin-support

From Mathias Zajaczkowski
Subject RE: pgAdmin 4 V4.2 and non-unicode database
Date
Msg-id 002e01d4bfbe$c6b37c50$541a74f0$@ubik.ch
Whole thread Raw
In response to pgAdmin 4 V4.2 and non-unicode database  (Zoltán Sörös <zsoros@gmail.com>)
Responses Re: pgAdmin 4 V4.2 and non-unicode database
List pgadmin-support

Hi Soros,

 

During copy/paste operation the encoding can change.

It has nothing to do with pgAdmin but with the OS on which that operation is executed.

 

Hope it helps.

Regards

 

From: Zoltán Sörös [mailto:zsoros@gmail.com]
Sent: vendredi 8 février 2019 14:23
To: pgadmin-support@lists.postgresql.org
Subject: pgAdmin 4 V4.2 and non-unicode database

 

Hi!

 

Our database uses latin2 encoding. pgAdmin V4 displays all text correctly, but when I copy something from the SQL tab to the query tool, and run the query, it scrambles all accented letters in the stored texts, notably on comments on columns and texts in stored functions. This problem exists since V4.0 - 3.6 was OK.

 

Version: pgAdmin 4 V4.2, Windows 10, firefox browser

 

Steps to reproduce:

- create a database with latin2 encoding:

     create database mytemp encoding='LATIN2' lc_collate='hu_HU' lc_ctype='hu_HU';

- create a table

     create table mytemptable (id integer not null, tempdata text);

- create a comment on the database using latin2 encoding

     comment on table mytemptable is 'Árvíztűrő tükörfúrógép';

- copy the comment command from the SQL tab of pgAdmin4 v4.2

- paste the copied command into pgAdmin 4 v4.2 query tool

- run the copied command

- refresh the SQL tab of pgAdmin 4, and check comment on the table:

    COMMENT ON TABLE public.mytemptable IS 'Ă rvĂ­ztĹąrĹ‘ tĂźkĂśrfĂşrĂłgĂŠp';

 

I'm not sure this plain text e-mail can display the problem, I can make screenshots if requested.

 

Thanks in advance:

Zoltán Sörös

pgadmin-support by date:

Previous
From: Zoltán Sörös
Date:
Subject: pgAdmin 4 V4.2 and non-unicode database
Next
From: Edouard Perov
Date:
Subject: pgadmin 4.2 on Windows can’t reach this page 127.0.0.1:64729