Re: BUG #1721: mutiple bytes character string comaprison error

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "John Hansen" <john(at)geeknet(dot)com(dot)au>, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Kris Jurka" <books(at)ejurka(dot)com>, "Chii-Tung Liu" <cdliou(at)mail(dot)cyut(dot)edu(dot)tw>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1721: mutiple bytes character string comaprison error
Date: 2005-06-20 20:01:04
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE09454D@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> > UTF8 encoding works with the C locale assuming you don't care about
> > ordering of the character set, e.g. Japanese.
> >
>
> Has anyone with the ability to compile postgresql on windows
> tested the ICU patch?

Yes.
See http://archives.postgresql.org/pgsql-hackers/2005-05/msg00662.php

//Magnus

Browse pgsql-bugs by date

  From Date Subject
Next Message Bill Rugolsky Jr. 2005-06-20 21:23:05 Out-of-Memory with ROWTYPE assignment in PL/pgSQL FOR loop
Previous Message Tom Lane 2005-06-20 19:44:24 Re: BUG #1723: array_cat() bug when passed empty array