2
I am using Delphixe and Postgresql, it happens that I need to insert some characters in the database that are not accepted in LATIN1.
My base is UTF-8, but as the system has been transported since the Delphi6 version, and old base I’m using LATIN1, I can’t just switch from LATIN1 to UTF-8 paw because the Delphi screams from all that is side.
I can enter the normal Pgadmin Data, but when I try to read in Delphi it complains that there is no corresponding character in LATIN1.
The character is like this "α-Chloroprene" and "α,α''Diamine m-xylene"
I’m in a Beak pool
Do you have any suggestions?
Obs.: These are documents to be sent to the eSocial so I have to send them the way they want, if not the refusal... there already saw right
Nunks, killed at the stake, I was trying to do this with the postgres user and it was not working, I thought it was not possible, as this system is specific and only for this company was using the same postgres user, your post made me open my mind and I decided to create a new user and changed as your tip, gave right, he does not complain and shows the character correctly, breaking this will solve me another problem that gave when the guy copied and pasted text of the word that came with UTF-characters8, thank you very much!
– Marcelo
Nunks, I tried to put @ before your login but the stack does not let, must have some filter, your login must be reserved word
– Marcelo
@Marcelo poizé, I don’t know because my nick has some weirdness with the OS, haha. Anyway, we even tend to forget that many Postgresql parameters work at the user level and may well serve to resolve conflicts that would appear if we had to change global options. Glad I could help =)
– nunks