Re: character conversion problem about UTF-8-->SHIFT_JIS_2004

Поиск
Список
Период
Сортировка
От Hiroshi Saito
Тема Re: character conversion problem about UTF-8-->SHIFT_JIS_2004
Дата
Msg-id 01d301c86a60$b0b66fd0$0301a8c0@HP22720319231
обсуждение исходный текст
Ответ на Re: character conversion problem about UTF-8-->SHIFT_JIS_2004  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
Ответы Re: character conversion problem about UTF-8-->SHIFT_JIS_2004
Список pgsql-general
Hi.

>> use set client_encoding=''SJIS be the same to export PGCLIENTENCODING=SJIS.
>>
>> But can not export the data to csv file corecttly without errror,
>> just because the character which is not SJIS encoding.

Um, Please show the information on your database of 7.3.

ex)
postgres=# \l
        List of databases
   Name    |  Owner   | Encoding
-----------+----------+----------
 postgres  | postgres | UTF8
 template0 | postgres | UTF8
 template1 | postgres | UTF8
(3 rows)

Probably, your database is SQL_ASCII ?

Regards,
Hiroshi Saito

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

Предыдущее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: character conversion problem about UTF-8-->SHIFT_JIS_2004
Следующее
От: Colin Wetherbee
Дата:
Сообщение: Re: ERROR: COPY quote must be a single ASCII character