Commit 3ca924a9 authored by Bruce Momjian's avatar Bruce Momjian

Update:

< 	  the Win32 wcscoll() can be used.
> 	  the Win32 wcscoll() can be used, and perhaps other functions
> 	  like towupper().
parent bfeaefd2
......@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Sat Jan 1 12:24:55 EST 2005
Last updated: Sat Jan 1 12:29:09 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
......@@ -914,7 +914,8 @@ Source Code
pginstaller)
To fix UTF8, the data needs to be converted to UTF16 and then
the Win32 wcscoll() can be used.
the Win32 wcscoll() can be used, and perhaps other functions
like towupper().
* Wire Protocol Changes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment