pgsql: Update Win32 item: < o Disallow encodings like UTF8

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update Win32 item: < o Disallow encodings like UTF8
Date: 2005-03-15 04:01:21
Message-ID: 20050315040121.D18FD56816@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/doc:
TODO (r1.1462 -> r1.1463)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1462&r2=1.1463)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-03-15 05:31:27 pgsql: Add: > * Allow sequential scans to take advantage of other
Previous Message Bruce Momjian 2005-03-15 02:30:34 pgsql: Clean up win1252 documentation.