Re: Encoding problem

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: Encoding problem
Дата
Msg-id 20010322073248Q.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: Encoding problem  ("danny" <danny.kao@autotools.com.tw>)
Список pgsql-bugs
> Dear Sir :
>       Thanx. After tried it again, it still couldn't work now.
>       The result is the same error.
>     *********************************************
>  template1=# \encoding
> EUC_TW
> template1=# insert into a values('許\多');
> INSERT 18762 1

What is \261\\? It does not seem to be correct EUC_TW. Probably you
want to enter BIG5 from psql? The you should do like this:

\encoding BIG5
insert into a values('some big5 characters');

For the inserting value you should not use octal exporession but
should enter "raw" big5 characters.
--
Tatsuo Ishii

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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: regcomp problems
Следующее
От: Richard Ellis
Дата:
Сообщение: 7.0.3 postmaster memory leak with aborted transactions