UTF-8 question. - Mailing list pgsql-general

From Richard Connamacher
Subject UTF-8 question.
Date
Msg-id 200409170039.i8H0dmk3027280@indieimage.com
Whole thread Raw
Responses Re: UTF-8 question.  (Dan Sugalski <dan@sidhe.org>)
Re: UTF-8 question.  (Michael Glaesemann <grzm@myrealbox.com>)
Re: UTF-8 question.  (Pierre-Frédéric Caillaud<lists@boutiquenumerique.com>)
List pgsql-general
I'm new to PostgreSQL, and from the looks of it, it's a great database,
and I'll be using more of it in the future.

I had a quick question if anyone could clear this up. The documentation
for PostgreSQL (version 7.1, the version this server is using) says that
it supports multibyte character encodings like Unicode (which implies
UTF-16 encoding). Later on, the same page says that Unicode is
represented using UTF-8 encoding. UTF-8 is the 8-bit version of Unicode.
The multibyte version of Unicode is UTF-16.

So, which is it? If I create a database using Unicode as the encoding,
will the encoding be UTF-8 (singlebyte) or UTF-16 (multibyte)?

Thanks!
Rich

pgsql-general by date:

Previous
From: Matteo Beccati
Date:
Subject: Re: Strange UTF-8 behaviour
Next
From: Dan Sugalski
Date:
Subject: Re: UTF-8 question.