UNICODE/UTF-8 on win32

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: UNICODE/UTF-8 on win32
Date: 2004-12-31 15:26:48
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE4764A2@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

We know it's broken and won't be fixed for 8.0.

If we just #ifndef WIN32 the definitions in utils/mb/encnames.c it won't
be possible to select that encoding, right? Will that have any other
unwanted effects (such as breaking client encodings)? If not, I suggest
this is done.

(Or perhaps something can be done in pg_valid_server_encoding?)

//Magnus

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Tom Lane 2004-12-31 19:21:16 Re: UNICODE/UTF-8 on win32
Previous Message Magnus Hagander 2004-12-30 21:26:09 Re: Fwd: 8.0 Beta3 worked, RC1 didn't!