[EMAIL PROTECTED] wrote:
> If you can't upgrade to 8.2 then you might be able to work around the
> problem by creating the function as plperlu and adding 'use utf8;'.
After upgrading to 8.2.1, everything runs just fine. Thanks a lot for
your help,
Regards,
Philippe Lang
--
On Fri, Jan 26, 2007 at 06:17:03PM +0100, Philippe Lang wrote:
> I've got plperl code that works just fine when the database is
> encoded using LATIN1, but fails as soon as I switch to UTF8.
>
> I've been testing PG 8.1.4 under Linux, and PG 8.1.6 under FreeBSD,
> both behave exactly the save.
[..
Hi,
I've got plperl code that works just fine when the database is encoded using
LATIN1, but fails as soon as I switch to UTF8.
I've been testing PG 8.1.4 under Linux, and PG 8.1.6 under FreeBSD, both behave
exactly the save.
I'm sorry I'm not able to strip down the code, and show you a small