Special diacritics characters displayed wrong in query result in PyCharm. INSERT also is wrong
1. Display
Query result is displayed wrong. I have table as shown (result from other IDE):
While using same SELECT in PyCharm result is displayed like this (row 1):
2. Insert
2nd row is inserted with below statement, and in database we can see that it is inserted as ‘??d?’
INSERT INTO DB.CITY
(city_nm)
VALUES
('Łódź')
;
I use PyCharm 2024.1.4 (Professional Edition)
Please sign in to leave a comment.