Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal
Date
Msg-id Pine.LNX.4.30.0109230125540.683-100000@peter.localdomain
Whole thread Raw
In response to Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal  (Vsevolod Lobko <seva@sevasoft.kiev.ua>)
Responses Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal
List 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@gmx.net   http://funkturm.homeip.net/~peter


pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: CREATE OR REPLACE FUNCTION
Next
From: Bruce Momjian
Date:
Subject: Re: IPv6 Support for INET/CIDR types.