Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal

From: Vsevolod Lobko <seva(at)sevasoft(dot)kiev(dot)ua>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Reinhard Max <max(at)suse(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-patches <pgsql-patches(at)postgresql(dot)org>, Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal
Date: 2001-09-23 19:59:07
Message-ID: 20010923225431.D24302-200000@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Sun, 23 Sep 2001, Peter Eisentraut wrote:

> Vsevolod Lobko writes:
>
> > > - PostgreSQL requires to be compiled with --enable-multibyte
> > > and --enable-unicode-convertion if it ought to work correctly
> > > with Tcl/Tk >= 8.1 (client or server side).
> > >
> > > - PL/Tcl needs to be changed to use pg_do_encoding_conversion
> > > if it runs on a Tcl version >= 8.1 .
>
> > I'll do pl/tcl part in the next version of patch. Using this approach we
> > can eliminate overhead for databases in UNICODE.
>
> Any progress on this? I'd prefer to get rid of this --enable-pltcl-utf
> option before release.

Done

Next version removes --enable-pltcl-utf switch and enables embedded
utf conversion of pgsql if tcl version >=8.1 and --enable-unicode-conversion

Attachment Content-Type Size
diff text/plain 3.7 KB

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Serguei Mokhov 2001-09-24 04:18:52 NLS for POSTGRESQL (Russian)
Previous Message Bruce Momjian 2001-09-23 13:42:59 Re: More fixes for missing double quotes in the shell scripts