I have created a Flexible Server (Azure database for postgreSQL), I am using pgadmin to connect to this database (Encoding UTF8), I have a table named skills, and using pgadmin shows the spanish words correctly.
- SHOW SERVER_ENCODING; UTF8
- SHOW CLIENT_ENCODING; SQL_ASCII
The problem is when I connect entity framework core to this database, shows accented spanish words incorrectly, for example:
- Publicación (Correct)
- Publicaci\xf3n (Incorrect)
When I send data from Web API to database it is inserted this way
- Publicación