Re: Unicode in postgresql

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: s_suraj_in(at)yahoo(dot)co(dot)uk
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Unicode in postgresql
Date: 2001-03-15 14:11:18
Message-ID: 20010315231118D.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Hi all pgsql-hackers,
>
> Iam a new hacker of this list.
>
> I and a few others have started an Linux localization project for Indian
> Languages called - Project Tuxila (http://inapp.com/tuxila), and are
> currently doing the localization for an Indian language called
> "Malayalam". The utilities that will be developed as part of the
> project will be under GNU GPL.
>
> We are trying to develop all the required utilities for linux
> localization. And as part of that we are trying to implement
> "Malayalam" into postgreSQL with the Unicode support available in it.

What kind of encoding is Malayalam? Is it ISO 2022 compatible? Or yet
another local encoding?

> Could anyone tell me, whether there is any research going in
> postgreSQL-Unicode areas, so that i can communicate with them and try to
> find solutions to my problems.

PostgreSQL 7.1 will have a feature that does an automatic encoding
conversion between Unicode(UTF-8) and other encodings including ISO
8859-1 to 5, EUC(Extended Unix Code) in the database engine.

> Is there any list for postgreSQL-Unicode?
>
> Is there any Unicode sorting engine present in postgreSQL?

No.
--
Tatsuo Ishii

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vincent AE Scott 2001-03-15 14:25:33 Re: Sheduling in SQL
Previous Message Suraj Kumar S. 2001-03-15 12:56:52 Unicode in postgresql