problems with special characters - Mailing list pgsql-general

From Karina Guardado
Subject problems with special characters
Date
Msg-id 492DB348.3060604@gmail.com
Whole thread Raw
Responses Re: problems with special characters  ("Rodrigo E. De León Plicet" <rdeleonp@gmail.com>)
List pgsql-general
Hi list,

I have a problem I have created a database with encoding SQL_ASCII and
when I insert the data using a terminal in linux and insert the data for
example
Insert into mytable values(1,'Eléctrico'); it works fine but if I try to
copy this data from a text file doing \copy mytable from textfile, it
insert the data but instead of é writes a ? and I don't have any idea
how to copy the data without this problem.

I really appreciate your help.

thanks

karina

pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Re: Order by question
Next
From: Tom Lane
Date:
Subject: Re: pg_get_serial_sequence Strangeness/Unreliable?