summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2005-02-24 23:39:29 +0000
committerBruce Momjian2005-02-24 23:39:29 +0000
commit0b58d30168301fe000074b67b2cabc1051d409fa (patch)
tree38756a90dcc9553b846b960e69a4b57722e06bec
parent0ae430a20710832014252b445da5bba6df4c1b29 (diff)
Add wording about UTF8:
< like towupper(). > like towupper(). However, UTF8 already works with normal > locales but provides no ordering.
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 79db341d622..4511ec12406 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: Thu Feb 24 09:14:47 EST 2005
+Last updated: Thu Feb 24 18:39:38 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -949,7 +949,8 @@ Source Code
To fix UTF8, the data needs to be converted to UTF16 and then
the Win32 wcscoll() can be used, and perhaps other functions
- like towupper().
+ like towupper(). However, UTF8 already works with normal
+ locales but provides no ordering.
* Wire Protocol Changes