--- parser3/src/include/pa_string.h 2009/07/16 09:19:45 1.194 +++ parser3/src/include/pa_string.h 2009/10/15 01:07:20 1.196 @@ -8,7 +8,7 @@ #ifndef PA_STRING_H #define PA_STRING_H -static const char * const IDENT_STRING_H="$Date: 2009/07/16 09:19:45 $"; +static const char * const IDENT_STRING_H="$Date: 2009/10/15 01:07:20 $"; // includes #include "pa_types.h" @@ -543,6 +543,9 @@ public: char *untaint_cstrm(Language lang, SQL_Connection* connection=0, const Request_charsets *charsets=0) const { return cstr_to_string_body_untaint(lang, connection, charsets).cstrm(); } + + const char* untaint_and_transcode_cstr(Language lang, const Request_charsets *charsets) const; + /// puts pieces to buf Cm serialize(size_t prolog_size) const; /// appends pieces from buf to self