Re: [pgsql-hackers-win32] UNICODE/UTF-8 on win32

From: "John Hansen" <john(at)geeknet(dot)com(dot)au>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: "Tatsuo Ishii" <t-ishii(at)sra(dot)co(dot)jp>, <tgl(at)sss(dot)pgh(dot)pa(dot)us>, <pgsql-hackers-win32(at)postgresql(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [pgsql-hackers-win32] UNICODE/UTF-8 on win32
Date: 2005-02-25 00:02:56
Message-ID: 5066E5A966339E42AA04BA10BA706AE56259@rodrick.geeknet.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-hackers-win32

> To fix UTF8, the data needs to be converted to
> UTF16 and then
> the Win32 wcscoll() can be used, and perhaps other functions
> like towupper(). However, UTF8 already works with normal
> locales but provides no ordering.

Right,. So if that's fixed, then UTF8 will work only on windows?
(currently, upper/lower does not work with 2+ byte unicode characters, on any OS)

... John

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2005-02-25 00:11:31 Re: psql: recall previous command?
Previous Message Bruce Momjian 2005-02-24 23:56:55 Re: psql: recall previous command?

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Tom Lane 2005-02-25 00:27:09 Re: [pgsql-hackers-win32] UNICODE/UTF-8 on win32
Previous Message Bruce Momjian 2005-02-24 23:45:57 Re: [pgsql-hackers-win32] UNICODE/UTF-8 on win32