Re: psql + linux problema con encoding.

From: Agustin Ignacio Genoves <agustingenoves(at)gmail(dot)com>
To: jordi <zjordi_llistes(at)matiasguarro(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: psql + linux problema con encoding.
Date: 2012-01-31 14:32:32
Message-ID: CAGV4OLnBdAWfF+FWc+DKmo0gdAX20V+YgjYQ=1zT+mLpZ+8Utg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Proba Set client_encoding = 'LATIN1'

El día 31 de enero de 2012 10:10, jordi
<zjordi_llistes(at)matiasguarro(dot)com> escribió:
> 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 ?
> -
> Enviado a la lista de correo pgsql-es-ayuda (pgsql-es-ayuda(at)postgresql(dot)org)
> Para cambiar tu suscripción:
> http://www.postgresql.org/mailpref/pgsql-es-ayuda

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Sergio Sinuco 2012-01-31 16:05:35 RE: psql + linux problema con encoding.
Previous Message jordi 2012-01-31 13:10:47 psql + linux problema con encoding.