Re: UNICODE and PL/PGSQL

From: Richard Huxton <dev(at)archonet(dot)com>
To: Bart Degryse <Bart(dot)Degryse(at)indicator(dot)be>
Cc: "<Markus Schaber" <schabi(at)logix-tt(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: UNICODE and PL/PGSQL
Date: 2006-11-27 16:34:54
Message-ID: 456B13AE.1090100@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Mulham freshcode 2006-11-28 02:31:16 Re: select into
Previous Message Markus Schaber 2006-11-27 16:34:16 Re: UNICODE and PL/PGSQL