|
2 | 2 | TODO list for PostgreSQL
|
3 | 3 | ========================
|
4 | 4 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
5 |
| -Last updated:Thu Feb 2409:14:47 EST 2005 |
| 5 | +Last updated:Thu Feb 2418:39:38 EST 2005 |
6 | 6 |
|
7 | 7 | The most recent version of this document can be viewed at the PostgreSQL web
|
8 | 8 | site, http://www.PostgreSQL.org.
|
@@ -949,7 +949,8 @@ Source Code
|
949 | 949 |
|
950 | 950 | To fix UTF8, the data needs to be converted to UTF16 and then
|
951 | 951 | the Win32 wcscoll() can be used, and perhaps other functions
|
952 |
| - like towupper(). |
| 952 | + like towupper(). However, UTF8 already works with normal |
| 953 | + locales but provides no ordering. |
953 | 954 |
|
954 | 955 |
|
955 | 956 | * Wire Protocol Changes
|
|