Re: utf-8 - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: utf-8
Date
Msg-id 199906261555.AAA02426@srapc451.sra.co.jp
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] regression bigtest needs very long time
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Severe SUBSELECT bug in 6.5 CVS