1
Greetings Galera
I am working with C# Windows Forms and have already done some tests with postgresql using version 9.1 and everything seemingly normal.
But I came across a bench in version 8.4, using Encoding = "SQL_ASCII".
This way, when I consult the accented characters or with cedilla all come strange.
How to solve this ?
Thank you!!
Characters are OK in the bank?
– PauloHDSousa
If you use UTF-8 it would solve?
– pnet
Then Paulo, using Pgadmin, in the bank is appearing correct, with accents and cedilhas. It seems that it is between C# and postgresql. I’m using Npgsql to run CRUD
– gabeloni