RV: encoding problem

Поиск
Список
Период
Сортировка
От Sergio Medina
Тема RV: encoding problem
Дата
Msg-id 003701cb90d4$becd6770$3c683650$@com
обсуждение исходный текст
Ответы Re: RV: encoding problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
But when I insert rows with those characters, there´s no problem. Only when
Copy files, Why is this?

Thanks

-----Mensaje original-----
De: Tom Lane [mailto:tgl@sss.pgh.pa.us]
Enviado el: martes, 30 de noviembre de 2010 02:16 p.m.
Para: Sergio Medina
CC: pgsql-novice@postgresql.org
Asunto: Re: [NOVICE] encoding problem

"Sergio Medina" <sergioluismedina@gmail.com> writes:
> I have a server with utf8 encoding, but trying to copy a csv file
containing
> characters like ó,í,á,é,ñ in rows throws the next error.

> ERROR: secuencia de bytes no válida para codificación UTF8 0xf327

Well, it's right: that's not UTF8.  It looks like it might be LATIN1.
Figure out what encoding your data is really in, and then set
client_encoding to that before trying to load the CSV file.

            regards, tom lane


В списке pgsql-novice по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: encoding problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: RV: encoding problem