Re: to --enable-locale or not to --enable-locale?

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>, Morten Sickel <Morten(dot)Sickel(at)nrpa(dot)no>
Cc: "Pgsql-Admin (E-post)" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: to --enable-locale or not to --enable-locale?
Date: 2002-03-17 10:14:43
Message-ID: 200203171015.g2HAFB7O017372@www1.translationforge
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Le Vendredi 15 Mars 2002 17:19, Peter Eisentraut a écrit :
> --enable-recode is a simplified version of part (2) of multibyte, which
> only works for single-byte encodings.  It's mostly useful for environments
> where Unix and Windows use different character sets for the same language.
> (I think Czech was an example.)

As of PostgreSQL 7.2+, --enable--recode provides:
- Unicode <-> Latin1/Latin15 recoding,
- Unicode <-> SJIS (=Japanese Multibyte),
- and much more...

Client and server encodings can be set separately. Examples:
- CREATE DABASE foo WITH ENCODING 'Unicode';
- SET CLIENT_ENCODING = 'Latin9' (=ISO-8859-15) = Latin1 + euro symbol.

In pgAdmin2, we plan to take advantage of these new features to :
- change client encoding on the fly,
- display multi-byte text.

Cheers,
Jean-Michel POURE

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message KBR Immobilien GmbH 2002-03-17 15:11:53 replacing multi-table-queries-bound-forms by view-bound forms
Previous Message Bob Smith 2002-03-16 02:14:59 Re: Errors on VACUUM