From: Bruce Momjian Date: Sat, 1 Jan 2005 17:25:01 +0000 (+0000) Subject: Update: X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=b670f5b52449ad4ddbccf68963cc59b817142d0b;p=users%2Fbernd%2Fpostgres.git Update: < the Win32 strcoll() can be used. > the Win32 wcscoll() can be used. --- diff --git a/doc/TODO b/doc/TODO index 3271b69fed..cac5a505df 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat Jan 1 11:36:51 EST 2005 +Last updated: Sat Jan 1 12:24:55 EST 2005 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -914,7 +914,7 @@ Source Code pginstaller) To fix UTF8, the data needs to be converted to UTF16 and then - the Win32 strcoll() can be used. + the Win32 wcscoll() can be used. * Wire Protocol Changes