Encoding holes - Mailing list pgadmin-hackers

From Jean-Michel POURE
Subject Encoding holes
Date
Msg-id 4.2.0.58.20010923101546.00a79bd0@pop.freesurf.fr
Whole thread Raw
List pgadmin-hackers
http://www.postgresql.org/idocs/index.php?app-psql.html
In psql \l (or \list) [...]. If your Postgres installation was compiled
with multibyte encoding support, the encoding scheme of each database is
shown as well.

****

To support UNICODE, PostgreSQL needs to be compiled with the right options.
Currently, in 7.1, there is no way to know which encodings are available
server-side.

****

Another info : there are holes between numbers:
12, 13, 14 and 15 return nothing. But:

16 -> KOI8
17 -> WIN
18 -> ALT
etc ...

Cheers,
Jean-Michel


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Database encoding
Next
From: Jean-Michel POURE
Date:
Subject: Transform pgSchema into a Multi-database wrapper