Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Vsevolod Lobko <seva(at)sevasoft(dot)kiev(dot)ua>
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-22 23:28:03
Message-ID: Pine.LNX.4.30.0109230125540.683-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-09-23 03:05:00 Re: IPv6 Support for INET/CIDR types.
Previous Message Bruce Momjian 2001-09-22 21:33:44 Re: CREATE OR REPLACE FUNCTION