"Joe Schaefer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Nikolay Ananiev" <[EMAIL PROTECTED]> writes: > > > APR::Request::encode has a problem escaping binary data (or utf8) > > This utf8 string: "\x{5c0f}\x{98fc} \x{5f3e}.txt" after encoding > > should become '%E5%B0%8F%E9%A3%BC%20%E5%BC%BE.txt' > > but it doesn't. It becomes 'È%B0ðÝÇ®+È®¬.txt' > > Thanks. I can't reproduce the error. My perl version is 5.8.6. > What's yours? And what platform are you on?
Win2000 Advanced server, ActivePerl 5.8.7 (build 813) mod_perl 2.0.2-dev, latest apreq2 svn, httpd 2.0.54 (httpd, apreq2 and mp2 are compiled with VS .NET 2002)
