Re: Fwd: Soporte de to_ascii para utf 8

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>
Cc: "Alejandro Gasca" <galejadror(at)gmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Fwd: Soporte de to_ascii para utf 8
Date: 2007-06-20 05:17:43
Message-ID: c2d9e70e0706192217u483c6e30m251ac2b1f7d26b1f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On 6/20/07, Alvaro Herrera <alvherre(at)commandprompt(dot)com> wrote:
> Alejandro Gasca escribió:
>
> > 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
>
> No, to_ascii() no funciona desde UTF-8 (lo dice la documentacion), pero
> puedes usar la funcion convert() para pasarlo a Latin-1 y de ahi a
> ASCII.
>

tienes razon... no se que estaba viendo... (ya se, le echare la culpa
a la gripe ;)

--
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

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2007-06-20 05:37:30 Re: Fwd: Fwd: Soporte de to_ascii para utf 8
Previous Message Jaime Casanova 2007-06-20 05:11:33 Re: Ejecutar \copy desde VB