Re: how can I fix my accent issues? - Mailing list pgsql-general

From Laurenz Albe
Subject Re: how can I fix my accent issues?
Date
Msg-id b9060d08c552156f4bd3ddad3e6248d7124b9553.camel@cybertec.at
Whole thread Raw
In response to how can I fix my accent issues?  (Igniris Valdivia Baez <igniris@gmail.com>)
Responses Re: how can I fix my accent issues?  (Igniris Valdivia Baez <igniris@gmail.com>)
Re: how can I fix my accent issues?  (Igniris Valdivia Baez <igniris@gmail.com>)
List pgsql-general
On Fri, 2023-12-08 at 23:58 -0500, Igniris Valdivia Baez wrote:
> hello, I have an ETL process collecting data from a postgresql
> database and xls files and inserting in a postgresql database that
> process occurs great in a local DB in postgres 14 with UTF8
> codification and Spanish_Cuba.1952 collation but when I execute that
> process in dev which is in postgres 15 and UTF8 with collation
> en_US.utf8 the words with accents and ñ looks like an interrogation
> symbol, what can I do to fix this?

If the data you are sending are encoded in WINDOWS-1252 (I assume that
"1952" is just a typo), you should set the client encoding to WIN1252,
so that PostgreSQL knows how to convert the data correctly.

You can do that in several ways; the simplest might be to set the
environment variable PGCLIENTENCODING to WIN1252.

Yours,
Laurenz Albe



pgsql-general by date:

Previous
From: Igniris Valdivia Baez
Date:
Subject: how can I fix my accent issues?
Next
From: veem v
Date:
Subject: Question on overall design