* John Fouhy <[EMAIL PROTECTED]> [051031 14:16]:
> On 01/11/05, Tim Johnson <[EMAIL PROTECTED]> wrote:
> > Hello:
> > I need to tighten my handling of CGI transmissions.
> > I particular, I need to develop a strategy of safely dealing
> > with "tainted" characters.
>
> A friend of mine has written
On 01/11/05, Tim Johnson <[EMAIL PROTECTED]> wrote:
> Hello:
> I need to tighten my handling of CGI transmissions.
> I particular, I need to develop a strategy of safely dealing
> with "tainted" characters.
A friend of mine has written a module that may be useful to you:
"""
zstr is an extension
* Ron Weidner <[EMAIL PROTECTED]> [051031 12:38]:
>
>
> --- Tim Johnson <[EMAIL PROTECTED]> wrote:
>
> > Hello:
> > I need to tighten my handling of CGI transmissions.
> > I particular, I need to develop a strategy of safely
> > dealing with "tainted" characters.
>
> Ahh... tainted characters.
--- Tim Johnson <[EMAIL PROTECTED]> wrote:
> Hello:
> I need to tighten my handling of CGI transmissions.
> I particular, I need to develop a strategy of safely
> dealing with "tainted" characters.
Ahh... tainted characters. If by "tainted" you mean
not UTF-8, there is a c tool called "iconv"
Hello:
I need to tighten my handling of CGI transmissions.
I particular, I need to develop a strategy of safely dealing
with "tainted" characters.
I'd appreciate any pointers to documentation and resources
regarding this matter, as well as comments and caveats.
At this time and for the forseeable f