Re: What encoding to use for English, French, Spanish

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Cc: novnov <novnovice(at)gmail(dot)com>
Subject: Re: What encoding to use for English, French, Spanish
Date: 2007-10-14 17:25:06
Message-ID: 200710141925.06627.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

novnov wrote:
> My project is currently SQL_ASCII encoded. I will need to accomodate
> both French and Spanish in addition to English. I don't anticipate
> needing Far East languages. Reading here on the forums I come up with
> Latin9 as perhaps adequate. But others recommend unicode for
> relatively simple needs like my own.

LATIN9 or UTF-8 are the appropriate choices for your project. The
choice between these is mostly a matter of taste, unless there are
additional requirements in the project. Nowadays, many operating
systems configure themselves to use Unicode by default, and so there is
probably no reason to use a more restricted character set.

Note that some versions of PostgreSQL have various degrees of trouble
with UTF-8 support. Be sure to use the latest version.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andreas 2007-10-14 17:30:51 Re: can I define own variables?
Previous Message novnov 2007-10-14 16:15:28 What encoding to use for English, French, Spanish