character conversion problem about UTF-8-->SHIFT_JIS_2004

Поиск
Список
Период
Сортировка
От bh yuan
Тема character conversion problem about UTF-8-->SHIFT_JIS_2004
Дата
Msg-id 3c7b84c00802072317k6ed61742idf733a6126ed86d8@mail.gmail.com
обсуждение исходный текст
Ответы Re: character conversion problem about UTF-8-->SHIFT_JIS_2004
Re: character conversion problem about UTF-8-->SHIFT_JIS_2004
Список pgsql-general
hi

I used Postgresql7.4.3 with php for more than 3years.
Now I want to change my database to Postgresql8.3.
But I occur such problem
----------------------------------------------------------
ERROR: character 0xe9ab99 of encoding "UTF8" has no equivalent in "SJIS"
ERROR: character 0xe9ab99 of encoding "UTF8" has no equivalent in
"SHIFT_JIS_2004"
----------------------------------------------------------
The database was encoded by UTF-8,
to export data as .csv file,
I use  set client_encoding='SJIS' at client.
When I use Postgresql7.4.3,no problem occur,
but after I chaged to Postgresql8.3 ,the error was occured.

Can I ignore the error message ?
or any othe method to solve this problem.

Thanks

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

Предыдущее
От: "Satoru Fukushima"
Дата:
Сообщение: Re: How can exe files such as 'pg_dump' be called from stored functions?
Следующее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: character conversion problem about UTF-8-->SHIFT_JIS_2004