Re: Rough draft for Unicode-aware UPPER()/LOWER()/INITCAP() - Mailing list pgsql-hackers

From Jean-Michel POURE
Subject Re: Rough draft for Unicode-aware UPPER()/LOWER()/INITCAP()
Date
Msg-id 200405131045.39652.jm@poure.com
Whole thread Raw
In response to Rough draft for Unicode-aware UPPER()/LOWER()/INITCAP()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Le jeudi 13 Mai 2004 04:42, Tom Lane a écrit :
> I got tired of reading complaints about how upper/lower don't work with
> Unicode, so I went and prototyped a solution.  The attached code uses
> the C99-standard functions mbstowcs and wcstombs to convert to and from
> a "wchar_t[]" representation that can be fed to the also-C99 functions
> towupper, towlower, etc.

These are really good news, thanks.
Jean-Michel Pouré


pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: threads stuff/UnixWare
Next
From: "Ken Ashcraft"
Date:
Subject: Re: Probably security hole in postgresql-7.4.1