Re: special accents in text columns

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Henk Schets <henk(dot)schets(at)oma(dot)be>, pgsql-novice(at)postgresql(dot)org
Subject: Re: special accents in text columns
Date: 2002-07-18 17:33:41
Message-ID: 200207181033.41938.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


Henk,

> Is there something special I should do in order to be able to use accented
> characters in text columns ?

If the accented characters are supported by the ASCII character set, then no.
If they are not, though, you may need to compile Postgres with unicode
support.

Also, make sure that you compiled Postgres on a machine set to the language
you are using, or stuff won't alpha-sort right.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message D. Duccini 2002-07-18 20:03:14 Re: mirroring databases
Previous Message Derek Barrett 2002-07-18 16:12:16 Headcount: Anyone successfully using PHP/Postgres/AOLServer in production?