Add wording about UTF8:
< like towupper(). > like towupper(). However, UTF8 already works with normal > locales but provides no ordering.
This commit is contained in:
parent
0ae430a207
commit
0b58d30168
5
doc/TODO
5
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
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
|
The most recent version of this document can be viewed at the PostgreSQL web
|
||||||
site, http://www.PostgreSQL.org.
|
site, http://www.PostgreSQL.org.
|
||||||
@ -949,7 +949,8 @@ Source Code
|
|||||||
|
|
||||||
To fix UTF8, the data needs to be converted to UTF16 and then
|
To fix UTF8, the data needs to be converted to UTF16 and then
|
||||||
the Win32 wcscoll() can be used, and perhaps other functions
|
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
|
* Wire Protocol Changes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user