Re: CharSet

From: Holger Marzen <holger(at)marzen(dot)de>
To: Luiz Agnaldo Bernardi <luizbernardi(at)ieg(dot)com(dot)br>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: CharSet
Date: 2002-02-14 19:10:25
Message-ID: Pine.LNX.4.44.0202142003060.8267-100000@bluebell.marzen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 14 Feb 2002, Luiz Agnaldo Bernardi wrote:

> I am using Postgres, with Servlets JAVA, and TOMCAT, for the creation of
> an application in the internet. However, the information recorded in the
> table are not accepting accentuated carateres. Does some exist
> configuration so that this accepted???

What do you mean with "not accepting"?

If you have problems within psql then you probably have problems with
your shell. For a bash-shell you need a ~/.inputrc like

set input-meta on
set output-meta on
set convert-meta off

However, you should set the correct locale, for example

LANG=es_ES; export LANG

before you do the initdb, else the ORDER BY and some functions like
upper() don't behave as exspected.

--
PGP/GPG Key-ID:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0xB5A1AFE1

In response to

  • CharSet at 2002-02-14 19:20:37 from Luiz Agnaldo Bernardi

Browse pgsql-general by date

  From Date Subject
Next Message Luiz Agnaldo Bernardi 2002-02-14 19:20:37 CharSet
Previous Message virka prasetia 2002-02-14 18:58:34 building odb postgreSQL