Server-side support of all encodings

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема Server-side support of all encodings
Дата
Msg-id 20070326102148.6502.ITAGAKI.TAKAHIRO@oss.ntt.co.jp
обсуждение исходный текст
Ответы Re: Server-side support of all encodings  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello,

PostgreSQL suppots SJIS, BIG5, GBK, UHC and GB18030 as client encodings,
but we cannot use them as server encodings. Are there any reason for it?
AFAICS, we can support them only if we add each pg_xxx2wchar_with_len().

I'd like to add server-side SJIS supports for Windows Japanese edition.
Its native encoding is SJIS, so the C library expects SJIS characters are
passed if we set locale='Japanese'. However, we only support EUC_jp and
UTF-8 as valid Japanese encodings.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center



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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Arrays of Complex Types
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Arrays of Complex Types