Postgres Encoding conversion problem

Поиск
Список
Период
Сортировка
От Clemens Schwaighofer
Тема Postgres Encoding conversion problem
Дата
Msg-id 480D7059.4090001@tequila.co.jp
обсуждение исходный текст
Ответы Re: Postgres Encoding conversion problem
Список pgsql-general
Hi,

I sometimes have a problem with conversion of encodings eg from UTF-8
tio ShiftJIS:

ERROR:  character 0xf0a0aeb7 of encoding "UTF8" has no equivalent in "SJIS"

I have no idea what character this is, I cannot view it in my browser, etc.

If I run the conversion through PHP with mb_convert_encoding it works,
perhaps he is ignoring the character.

Is there a way to do a similar thing, like ignoring this character in
postgres too?

--
[ Clemens Schwaighofer                      -----=====:::::~ ]
[ IT Engineer/Manager, TEQUILA\ Japan IT Group               ]
[                6-17-2 Ginza Chuo-ku, Tokyo 104-8167, JAPAN ]
[ Tel: +81-(0)3-3545-7703            Fax: +81-(0)3-3545-7343 ]
[ http://www.tequila.co.jp                                   ]

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

Предыдущее
От: Justin
Дата:
Сообщение: Re: PostgreSQL on Vista
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: create temp in function