Re: UTF-32 support in PostgreSQL ? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: UTF-32 support in PostgreSQL ?
Date
Msg-id 31570.1445883116@sss.pgh.pa.us
Whole thread Raw
In response to UTF-32 support in PostgreSQL ?  (fortin.christian@videotron.ca)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: UTF-32 support in PostgreSQL ?
Next
From: Dean Rasheed
Date:
Subject: Re: Proposal: Trigonometric functions in degrees