OSDN Git Service

Update Win32 item:
authorBruce Momjian <bruce@momjian.us>
Tue, 15 Mar 2005 04:01:21 +0000 (04:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 15 Mar 2005 04:01:21 +0000 (04:01 +0000)
commitd5bc23878a8037f3dc392e96ed612e3c5d476bda
tree76bcb417879e1d23d4f9f6d23274dd7528c2b0f2
parent17c8276d244cfaa9ff8606a3b39c4ec9d729bd1c
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.
doc/TODO