psql + linux problema con encoding.

From: jordi <zjordi_llistes(at)matiasguarro(dot)com>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: psql + linux problema con encoding.
Date: 2012-01-31 13:10:47
Message-ID: 4F27E857.5080803@matiasguarro.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Tengo el siguiente problema:

Ejecutando psql desde una consola o desde una xterm no puedo escribir ni
acentos áàâä
ni eñe ñ
ni el simbolo del Euro €
el delete escribe "~"

El SO es Debian Squeeze
locale
LANG=ca_ES.UTF-8
LANGUAGE=
LC_CTYPE="ca_ES.UTF-8"
LC_NUMERIC="ca_ES.UTF-8"
LC_TIME="ca_ES.UTF-8"
LC_COLLATE="ca_ES.UTF-8"
LC_MONETARY="ca_ES.UTF-8"
LC_MESSAGES="ca_ES.UTF-8"
LC_PAPER="ca_ES.UTF-8"
LC_NAME="ca_ES.UTF-8"
LC_ADDRESS="ca_ES.UTF-8"
LC_TELEPHONE="ca_ES.UTF-8"
LC_MEASUREMENT="ca_ES.UTF-8"
LC_IDENTIFICATION="ca_ES.UTF-8"
LC_ALL=

postgres(at)ona:/home/jordi$ psql -l
List of databases
Name | Owner | Encoding | Collation | Ctype | Access
privileges
-----------+----------+----------+-------------+-------------+-----------------------
postgres | postgres | UTF8 | ca_ES.UTF-8 | ca_ES.UTF-8 |
template0 | postgres | UTF8 | ca_ES.UTF-8 | ca_ES.UTF-8 | =c/postgres
:
postgres=CTc/postgres
template1 | postgres | UTF8 | ca_ES.UTF-8 | ca_ES.UTF-8 | =c/postgres
:
postgres=CTc/postgres
test | postgres | UTF8 | ca_ES.UTF-8 | ca_ES.UTF-8 |
(4 rows)

En el psql

test=# show client_encoding;
client_encoding
-----------------
UTF8
(1 row)

test=# show server_encoding;
server_encoding
-----------------
UTF8
(1 row)

Alguna pista de donde tengo el problema ?

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Agustin Ignacio Genoves 2012-01-31 14:32:32 Re: psql + linux problema con encoding.
Previous Message gorka 2012-01-31 12:41:47 transacciones dentro de una transaccion