Re: Problems with Apache::compat and german special chars

2002-12-15 Thread Stas Bekman
[perl.apache.org keeps on timing out once in a while :( reposting] Tom Schindl wrote: Problems with Apache::compat CGI-PARAM-STRING: header=%DC%DC%DC%DCbody=%D6%D6%D6%D6type=save_thread cut-- [Sun Dec 08 21:39:09 2002] [error]

Re: Problems with Apache::compat and german special chars

2002-12-10 Thread Tom Schindl
one more patch on Apache::compat. When SUBMITING-Forms a whitespace(\s+) is replaced by +. We have to retransform this. Am Son, 2002-12-08 um 21.46 schrieb Tom Schindl: Problems with Apache::compat CGI-PARAM-STRING: header=%DC%DC%DC%DCbody=%D6%D6%D6%D6type=save_thread

Problems with Apache::compat and german special chars

2002-12-08 Thread Tom Schindl
Problems with Apache::compat CGI-PARAM-STRING: header=%DC%DC%DC%DCbody=%D6%D6%D6%D6type=save_thread cut-- [Sun Dec 08 21:39:09 2002] [error] [client 127.0.0.1] Character in c format wrapped at

Re: Problems with Apache::compat and german special chars

2002-12-08 Thread Tom Schindl
I've found a work around for the problem, i would call it a patch because i don't know yet which side affects this replacement has. I have replaced cut--- return map { s/%([0-9a-fA-F]{2})/pack(c,hex($1))/ge; $_; } split /[=;]/, $string, -1;

Re: Problems with Apache::compat and german special chars

2002-12-08 Thread Tom Schindl
Sorry here's the diff which includes one more thing: When SUBMITING-Forms a whitespace(\s+) is replaced by +. We have to retransform this. tom Am Son, 2002-12-08 um 22.39 schrieb Tom Schindl: I've found a work around for the problem, i would call it a patch because i don't know yet which side