Re: utf-8

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: Dmitry Samersoff <dms(at)wplus(dot)net>
Cc: hackers(at)postgresql(dot)org, t-ishii(at)sra(dot)co(dot)jp
Subject: Re: utf-8
Date: 1999-06-26 15:55:55
Message-ID: 199906261555.AAA02426@srapc451.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-06-26 17:22:50 Re: [HACKERS] Severe SUBSELECT bug in 6.5 CVS
Previous Message Bruce Momjian 1999-06-26 15:51:41 Re: [HACKERS] regression bigtest needs very long time