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

From Vsevolod Lobko
Subject Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal support
Date
Msg-id 20010823193804.R40612-200000@localhost
Whole thread Raw
Responses Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal support
Re: Patch for pl/tcl Tcl_ExternalToUtf and Tcl_UtfToExternal support
List pgsql-patches
This patch adds calls to Tcl_ExternalToUtf and Tcl_UtfToExternal
functions on parameters of SPI functions.

Without this calls it's imposiible to work with 8-bit text in pl/tcl
functions with tcl-8.3.

Patch assumes that database encoding and system encoding of Tcl is
equal.

Patch is agains current CVS sources. It adds new configure switch
--enable-pltcl-utf. Without this switch patch does nothing.


Attachment

pgsql-patches by date:

Previous
From: Karel Zak
Date:
Subject: Re: encoding names v2.
Next
From: Bruce Momjian
Date:
Subject: Re: insert multiple rows attempt two