Re: Rough draft for Unicode-aware UPPER()/LOWER()/INITCAP()

From: Jean-Michel POURE <jm(at)poure(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Rough draft for Unicode-aware UPPER()/LOWER()/INITCAP()
Date: 2004-05-13 08:45:39
Message-ID: 200405131045.39652.jm@poure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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é

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Ken Ashcraft 2004-05-13 08:46:27 Re: Probably security hole in postgresql-7.4.1
Previous Message Zeugswetter Andreas SB SD 2004-05-13 07:54:02 Re: threads stuff/UnixWare