Re: CGI parameters appear to be doubled on 8 bit chars...

2002-10-15 Thread darren chamberlain
* Rob Mueller [EMAIL PROTECTED] [2002-10-13 08:00]: Just wondering if anyone has seen this problem before, or has a general solution to it. Basically what we see, is that with some submitted forms, usually with 8 bit data, the POST parameters passed become 'doubled'. The problem is that we

CGI parameters appear to be doubled on 8 bit chars...

2002-10-13 Thread Rob Mueller
Just wondering if anyone has seen this problem before, or has a general solution to it. Basically what we see, is that with some submitted forms, usually with 8 bit data, the POST parameters passed become 'doubled'. The problem is that we have a loop like this to gather out all the parameters

Re: CGI parameters appear to be doubled on 8 bit chars...

2002-10-13 Thread Steven Lembark
$VAR1 = { 'LastScreen' = [ '/MR-@0,324,', '/MR-@0,324,' ], 'Subject' = [ 'Blah blah blah', 'Blah blah blah' ], 'Message' = [ '#8216;blah blah#8217; blah blah #8216;blah blah#8217; blah.', '91blah blah92 blah blah 91blah blah92blah.' ]