From: | "Roland Volkmann" <roland(dot)volkmann(at)gmx(dot)de> |
---|---|
To: | <pgsql-patches(at)postgresql(dot)org> |
Subject: | Charset WIN1252 |
Date: | 2004-11-02 23:22:12 |
Message-ID: | IFEOKCBNOOJAGCPJAIGKMEOCCFAA.roland.volkmann@gmx.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
Hello developers,
please find attached a ZIP with sources, headers, and tables for
WIN1252-Support.
Even if UTF-8 handling will be completed in the engine, there will still be
some applications which need WIN1252 on client side. I added the new charset
to pg_enc and pg_enc2name[] after WIN1250 and before the entries which are
for client encoding only.
With best regards,
Roland Volkmann
--
Roland Volkmann
Stuttgart / Germany
-----Original Message-----
From: Peter Eisentraut [mailto:peter_e(at)gmx(dot)net]
Sent: Tuesday, November 02, 2004 10:23 AM
To: Roland Volkmann
Cc: PostgreSQL Developers
Subject: Re: [HACKERS] FW: Charset WIN1252
Am Montag, 1. November 2004 22:16 schrieb Roland Volkmann:
> now, where the native Win32-Version of PostgreSQL is nearly ready for
> Production use, I'm still missing support of WIN1252 charset. And UTF-8
> can't be used on server side in West Europe, because it's implementation
> isn't complete yet (e.g. upper() / lower() missing for umlauts).
This will work in 8.0.
> Therefore I've added / modyfied all related sources, headers, and tables
> for WIN1252-Support.
Please send your patch to pgsql-patches(at)postgresql(dot)org for consideration.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
Attachment | Content-Type | Size |
---|---|---|
WIN1252.zip | application/x-zip-compressed | 15.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2004-11-03 01:12:36 | don't create $DESTDIR/include/internal/lib |
Previous Message | Bruce Momjian | 2004-11-02 19:44:22 | Re: [pgsql-hackers-win32] Edit query buffer |