Re: UTF-8 patch for PgTcl (was: Patch for pl/tcl ...)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Reinhard Max <max(at)suse(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Vsevolod Lobko <seva(at)sevasoft(dot)kiev(dot)ua>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: UTF-8 patch for PgTcl (was: Patch for pl/tcl ...)
Date: 2001-09-10 14:49:06
Message-ID: 200109101449.f8AEn6g20083@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

> Hi,
>
> On Thu, 6 Sep 2001, Bruce Momjian wrote:
>
> > FYI, I can easily back out the recently applied UTF patch.
> > Just let me know.
>
> I think Vsevolod is working on a new patch pl/tcl.
>
> The attached patch should be sufficient to fix libpgtcl. It requires
> PostgreSQL to support unicode-conversion, but retains binary
> compatibility among Tcl versions.
>
> However, it neither checks at compile time not at runtime, if support
> for unicode-conversion does really exist and it doesn't prevent the
> user from changing the client encoding after initialization. I think
> there should be warnings about this somewhere in the documentation.
>
> cu
> Reinhard

Content-Description: pgtcl-utf8.patch

[ Attachment, skipping... ]

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-09-10 14:51:35 Re: NLS for psql (Russian), continuation...
Previous Message Bruce Momjian 2001-09-10 14:24:20 Re: Add relid to TD in plpython