Re: UNICODE and PL/PGSQL - Mailing list pgsql-sql

From Richard Huxton
Subject Re: UNICODE and PL/PGSQL
Date
Msg-id 456B13AE.1090100@archonet.com
Whole thread Raw
In response to Re: UNICODE and PL/PGSQL  ("Bart Degryse" <Bart.Degryse@indicator.be>)
Responses Re: UNICODE and PL/PGSQL
List pgsql-sql
Bart Degryse wrote:
> As the manual says : Character with the given ASCII code
> I need characters outside the ASCII range. Something like
>   charset := charset || '\xC2\x' || to_hex(i)';

Well, if you've tried it for characters > 127 and it didn't work then I 
don't know that it is possible at all. You *did* try the function?

--   Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: "Bart Degryse"
Date:
Subject: Re: UNICODE and PL/PGSQL
Next
From: Markus Schaber
Date:
Subject: Re: UNICODE and PL/PGSQL