Re: Acentos en postgres

From: Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx>
To: Jaime Casanova <systemguards(at)yahoo(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Acentos en postgres
Date: 2004-12-13 17:14:20
Message-ID: m3brcynms3.fsf@conexa.fciencias.unam.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Jaime Casanova <systemguards(at)yahoo(dot)com> writes:

> No si como yo usa latin9 como encoding en la base,
> acabo de probar y me dice:
>
> => select to_ascii('Jiménez');
> ERROR: encoding conversion from LATIN9 to ASCII not
> supported

Umh, efectivamente, parece tener problemas con latin1, sin embargo con
latin1 funciona:

test=# select to_ascii('Jiménez');
to_ascii
----------
Jimenez
(1 fila)

Saludos,
Manuel.

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2004-12-13 17:27:09 Re: Acentos en postgres
Previous Message Jaime Casanova 2004-12-13 17:01:32 Re: Acentos en postgres