Re: UTF-32 support in PostgreSQL ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: UTF-32 support in PostgreSQL ?
Дата
Msg-id 31570.1445883116@sss.pgh.pa.us
обсуждение исходный текст
Ответ на UTF-32 support in PostgreSQL ?  (fortin.christian@videotron.ca)
Список pgsql-hackers
fortin.christian@videotron.ca writes:
> Is PostgreSQL support UNICODE UTF-32 characters ?

There's no particular intention of supporting the UTF32 representation
inside the database.  We do support UTF8 representation of the entire
Unicode character set.  You can transcode to and from UTF32 easily enough,
if you have a client application that prefers to work in that
representation.

            regards, tom lane


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: UTF-32 support in PostgreSQL ?
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: Proposal: Trigonometric functions in degrees