unicode upper/lower functions

Lists: pgsql-hackers
From: John Hansen <john(at)geeknet(dot)com(dot)au>
To: pgsql-hackers(at)postgresql(dot)org
Subject: unicode upper/lower functions
Date: 2005-02-03 00:35:29
Message-ID: 1107390929.26839.10.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hi list,

Attached for your perusal, unicode versions of upper/lower, that work
independent of locale except for the following languages:

Turkish, Azeri, and Lithuanian.
There are 15 locale specific cases in total not covered.

--
John Hansen <john(at)geeknet(dot)com(dot)au>
GeekNET

Attachment Content-Type Size
collate.tar.gz application/x-compressed-tar 6.3 KB

From: John Hansen <john(at)oztralis(dot)com(dot)au>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: unicode upper/lower functions
Date: 2005-02-03 03:34:49
Message-ID: 1107401689.26839.28.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

uhmm,...

Forgot to change the copyright.

Please accept this under the same terms as postgresql itself.

... John


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: John Hansen <john(at)geeknet(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: unicode upper/lower functions
Date: 2005-02-15 04:05:43
Message-ID: 200502150405.j1F45ho12404@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers


This has been saved for the 8.1 release:

http://momjian.postgresql.org/cgi-bin/pgpatches2

---------------------------------------------------------------------------

John Hansen wrote:
> Hi list,
>
>
> Attached for your perusal, unicode versions of upper/lower, that work
> independent of locale except for the following languages:
>
> Turkish, Azeri, and Lithuanian.
> There are 15 locale specific cases in total not covered.
>
>
> --
> John Hansen <john(at)geeknet(dot)com(dot)au>
> GeekNET

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073


From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: John Hansen <john(at)geeknet(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: unicode upper/lower functions
Date: 2005-06-07 00:06:59
Message-ID: 200506070006.j5706xH24558@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers


I think we have decided to use the ICU library to implement multiple locales.

---------------------------------------------------------------------------

John Hansen wrote:
> Hi list,
>
>
> Attached for your perusal, unicode versions of upper/lower, that work
> independent of locale except for the following languages:
>
> Turkish, Azeri, and Lithuanian.
> There are 15 locale specific cases in total not covered.
>
>
> --
> John Hansen <john(at)geeknet(dot)com(dot)au>
> GeekNET

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073