From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Magnus Hagander <mha(at)sollentuna(dot)net>, 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-03-15 04:01:05 |
Message-ID: | 200503150401.j2F415q25910@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-hackers-win32 |
Peter Eisentraut wrote:
> > o Disallow encodings like UTF8 which PostgreSQL supports
> > but the operating system does not (already disallowed by
> > pginstaller)
>
> I think the warning that initdb shouts out is already enough for this.
> I don't think we want to disallow this for people who know what they
> are doing.
I have updated the Win32 TODO item:
o Add support for Unicode
To fix this, the data needs to be converted to/from UTF16/UTF8
so the Win32 wcscoll() can be used, and perhaps other functions
like towupper(). However, UTF8 already works with normal
locales but provides no ordering or character set classes.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Jowett | 2005-03-15 04:06:35 | Re: invalidating cached plans |
Previous Message | Alvaro Herrera | 2005-03-15 03:54:43 | Re: signed short fd |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-03-16 00:47:50 | Re: [pgsql-hackers-win32] UNICODE/utf-8 on win32 |
Previous Message | Tom Lane | 2005-03-14 19:41:01 | Re: [pgsql-hackers-win32] snprintf causes regression tests to fail |