Encoding holes

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема Encoding holes
Дата
Msg-id 4.2.0.58.20010923101546.00a79bd0@pop.freesurf.fr
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Database encoding
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Transform pgSchema into a Multi-database wrapper