Re: Problem with accentuated characters

From: tony <tony(at)animaproductions(dot)com>
To: Th Templ <templ_th(at)hotmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problem with accentuated characters
Date: 2002-07-03 13:19:07
Message-ID: 1025702348.2697.97.camel@vaio
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 2002-07-03 at 14:51, Th Templ wrote:

> I have problem with accentuated characters on inserting entries with jdbc:
> Postgresql doesn't show them correctly.

Where? in psql? in pgaccess?

> How can I configure Postgresql to
> recognize this type of characters? I work on Linux Debian and all is
> configure to use french language.

initdb -E LATIN9
createdb -E LATIN9

Cheers

Tony Grant

--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Th Templ 2002-07-03 13:50:28 Problem with sql function LOWER
Previous Message Th Templ 2002-07-03 12:51:42 Problem with accentuated characters