Re: invalid UTF-8 byte sequence detected

Поиск
Список
Период
Сортировка
От Michael Glaesemann
Тема Re: invalid UTF-8 byte sequence detected
Дата
Msg-id 269F88E2-E97F-47CE-B232-E224F1350FCC@myrealbox.com
обсуждение исходный текст
Ответ на Re: invalid UTF-8 byte sequence detected  (mike <mike@thegodshalls.com>)
Ответы Re: invalid UTF-8 byte sequence detected
Список pgsql-general
On Mar 16, 2006, at 14:42 , mike wrote:

> If you don't care to store those characters then maybe you should
> change
> the database character set to use SQL_ASCII instead of UTF-8.  I
> believe
> ASCII will quietly discard those characters when converting from
> UTF-8.

SQL_ASCII is *not* ASCII. See the "What's a good default encoding?"
thread on this same list from today.

http://archives.postgresql.org/pgsql-general/2006-03/msg00685.php

I don't believe it will discard anything on import if the database is
SQL_ASCII encoded.

Michael Glaesemann
grzm myrealbox com




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

Предыдущее
От: Wes
Дата:
Сообщение: Re: invalid UTF-8 byte sequence detected
Следующее
От: karly@kipshouse.org
Дата:
Сообщение: Re: Indexes on array columns