Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd5bc238

Browse files
committed
Update Win32 item:
< o Disallow encodings like UTF8 which PostgreSQL supports< but the operating system does not (already disallowed by< pginstaller)> o Add support for Unicode< To fix UTF8, the data needs to be converted to UTF16 and then< the Win32 wcscoll() can be used, and perhaps other functions> To fix this, the data needs to be converted to/from UTF16/UTF8> so the Win32 wcscoll() can be used, and perhaps other functions< locales but provides no ordering.<> locales but provides no ordering or character set classes.
1 parent17c8276 commitd5bc238

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

‎doc/TODO

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Mon Mar 1411:36:52 EST 2005
5+
Last updated:Mon Mar 1423:01:08 EST 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -933,15 +933,12 @@ Source Code
933933
shorter timezone string is available
934934
o Improve dlerror() reporting string
935935
o Fix problem with shared memory on the Win32 Terminal Server
936-
o Disallow encodings like UTF8 which PostgreSQL supports
937-
but the operating system does not (already disallowed by
938-
pginstaller)
936+
o Add support for Unicode
939937

940-
To fixUTF8, the data needs to be converted to UTF16 and then
941-
the Win32 wcscoll() can be used, and perhaps other functions
938+
To fixthis, the data needs to be converted to/from UTF16/UTF8
939+
so the Win32 wcscoll() can be used, and perhaps other functions
942940
like towupper(). However, UTF8 already works with normal
943-
locales but provides no ordering.
944-
941+
locales but provides no ordering or character set classes.
945942

946943
* Wire Protocol Changes
947944
o Allow dynamic character set handling

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp