|
2 | 2 | TODO list for PostgreSQL |
3 | 3 | ======================== |
4 | 4 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
5 | | -Last updated:Mon Dec 27 17:44:39 EST2004 |
| 5 | +Last updated:Sat Jan 1 11:36:51 EST2005 |
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. |
@@ -909,10 +909,13 @@ Source Code |
909 | 909 | shorter timezone string is available |
910 | 910 | o Improve dlerror() reporting string |
911 | 911 | o Fix problem with shared memory on the Win32 Terminal Server |
912 | | - o Disallow encodings like UTF8 whichwhichPostgreSQL supports |
| 912 | + o Disallow encodings like UTF8 which PostgreSQL supports |
913 | 913 | but the operating system does not (already disallowed by |
914 | 914 | pginstaller) |
915 | 915 |
|
| 916 | + To fix UTF8, the data needs to be converted to UTF16 and then |
| 917 | + the Win32 strcoll() can be used. |
| 918 | + |
916 | 919 |
|
917 | 920 | * Wire Protocol Changes |
918 | 921 | o Allow dynamic character set handling |
|