Re: Question about encoding combinations

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Question about encoding combinations
Дата
Msg-id 200503131204.49994.peter_e@gmx.net
обсуждение исходный текст
Ответ на Question about encoding combinations  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> Why is BIG5 listed as not allowing UTF8 on the client, but you can
> have UTF8 on the server and BIG5 on the client?

Because BIG5 is a client-only encoding.

> Why can't you have UTF8 on the server and client?

Sure you can.

> Why can't you have MULE_INTERNAL on the server and client?

I think it should work, although I have no experience with that 
encoding.

> Why can't you have UTF8 on the server and SQL_ASCII on the client?

Sure you can, but it doesn't make much sense, because SQL_ASCII is not 
really an encoding.

> Since they all support UTF8, why can't we just allow any
> server/client combination?

Because not all encodings can encode all characters.  UTF8 doesn't help 
that.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: REL8_0_STABLE and 8.0.1 release client logging difference
Следующее
От: Andrew - Supernews
Дата:
Сообщение: Re: Bumping libpq version number?