Re: error while trying to change the database encoding on a database

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: error while trying to change the database encoding on a database
Дата
Msg-id ihvap5$7t3$3@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на error while trying to change the database encoding on a database  (Geoffrey Myers <lists@serioustechnology.com>)
Список pgsql-general
On 2011-01-24, Geoffrey Myers <lists@serioustechnology.com> wrote:
> Adrian Klaver wrote:

> Thanks for the suggestion.  As it stands, we are getting different
> errors for different hex characters, thus the solution we need is the
> ability to identify the characters that won't convert from SQL_ASCII to
> UTF8.  Is there a resource that would identify these characters?

use "iconv" to strip out the invalid chacaters from the SQL and then
compare before and after.

 I think the iconv command is

  iconv -f UTF8 -t UTF8 -c


--
⚂⚃ 100% natural

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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: Full Text Index Scanning
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: Dumpall without OID