From: | "Alejandro Gasca" <galejadror(at)gmail(dot)com> |
---|---|
To: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Fwd: Soporte de to_ascii para utf 8 |
Date: | 2007-06-20 02:20:09 |
Message-ID: | 20d60a6c0706191920l6a9ed99and3958892b60f9625@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
---------- Forwarded message ----------
From: Alejandro Gasca <galejadror(at)gmail(dot)com>
Date: 19-jun-2007 21:19
Subject: Re: [pgsql-es-ayuda] Soporte de to_ascii para utf 8
To: Jaime Casanova <systemguards(at)gmail(dot)com>
2007/6/19, Jaime Casanova <systemguards(at)gmail(dot)com>:
>
> On 6/19/07, Alejandro Gasca <galejadror(at)gmail(dot)com> wrote:
> > Saludos.
> >
> > ¿Esta planeada en alguna version de postgres añadir soporte de la
> funcion
> > to_ascii para utf-8?
> >
>
> y que version estas usando tu? yo veo soporte para utf8 desde la version
> 7.3
>
> --
> Atentamente,
> Jaime Casanova
>
> "Programming today is a race between software engineers striving to
> build bigger and better idiot-proof programs and the universe trying
> to produce bigger and better idiots.
> So far, the universe is winning."
> Richard Cook
>
Tengo la version 8.2.4.
cuando hago:
select to_ascii('árbol')
me sale:
ERROR: encoding conversion from UTF8 to ASCII not supported
SQL state: 0A000
aunque de todos modos, upper, por ejemplo, me funciona bien.
Cabe hacer notar que la base está en UTF8... hasta ahora solo to_ascii me da
problemas.
Alejandro.
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2007-06-20 02:35:36 | Re: Ejecutar \copy desde VB |
Previous Message | Jaime Casanova | 2007-06-20 00:19:00 | Re: Ejecutar \copy desde VB |