Re: language support

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: mike <matrix(at)quadrent(dot)net>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: language support
Date: 2001-07-03 15:45:02
Message-ID: Pine.LNX.4.30.0107031740340.677-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

mike writes:

> I know that there is multibyte language support for languages like Korean, japanese, big5, but
> what about languages like arabic, and hebrew?
> or would this fall under unicode, and not multibyte?

Multibyte support isn't tied to a particular language. I does two rather
unrelated things:

* handle multibyte character sets

* allow for character set conversion between client and server

If Arabic or Hebrew have single-byte character sets available then things
should just work. Otherwise you might have to teach the conversion code
about these character sets.

Getting left-to-right vs. right-to-left to work correctly might be a much
harder problem.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-03 15:46:15 Re: Regression
Previous Message Tom Lane 2001-07-03 15:15:58 Re: Regression