Re: utf-8

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: utf-8
Дата
Msg-id 199906261555.AAA02426@srapc451.sra.co.jp
обсуждение исходный текст
Список pgsql-hackers
>Does postgres contain any kind of support for utf-8

Yes. If you build PostgreSQL with --with-mb, you could make a UTF-8
encoded database.

$ createdb -E UNIOCE

>or does anybody have a C-source/example/description of conversion 
>of cyrillic from utf-8 to koi-8 ?         
>(rfc2044/2279 is already read by me ;-)) )

Go www.unicode.org. If you were lucky you will find a conversion table
for koi-8.
--
Tatsuo Ishii


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] regression bigtest needs very long time
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Severe SUBSELECT bug in 6.5 CVS