Re: FW: Charset WIN1252

Lists: pgsql-hackers
From: "Roland Volkmann" <roland(dot)volkmann(at)gmx(dot)de>
To: "PostgreSQL Developers" <pgsql-hackers(at)postgresql(dot)org>
Subject: FW: Charset WIN1252
Date: 2004-11-01 21:16:52
Message-ID: IFEOKCBNOOJAGCPJAIGKOENGCFAA.roland.volkmann@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Hello All,

this is a resend, because the original post seems to be lost.

-----Original Message-----
From: Roland Volkmann [mailto:r(dot)volkmann(at)ipro(dot)de]
Sent: Sunday, October 31, 2004 9:09 PM
To: pgsql-hackers(at)postgresql(dot)org
Subject: Charset WIN1252

Hello Developers,

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).

Therefore I've added / modyfied all related sources, headers, and tables for
WIN1252-Support.

Because I can't build Win32-Version of PostgreSQL from source myself, please
let me know who of you would be so kind to add it to the project. I will
send the related ZIP (16 kByte) to everybody who is interested. Meanwhile I
use a binary patched version of the utf8_and_win1250.dll on Server side, so
I can use WIN1252 in the database, and both WIN1252 and UTF-8 on Client side
(but have to specify WIN1250).

With best regards,

Roland.

--
Roland Volkmann
Stuttgart / Germany


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Roland Volkmann" <roland(dot)volkmann(at)gmx(dot)de>
Cc: "PostgreSQL Developers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: FW: Charset WIN1252
Date: 2004-11-02 09:22:40
Message-ID: 200411021022.40233.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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/