Nikolay Ananiev wrote:
APR::Request::encode has a problem escaping binary data (or utf8)
This utf8 string: "\x{5c0f}\x{98fc} \x{5f3e}.txt" after encoding
Your problem is that this isn't (apparently) a utf8 stream, but a unicode stream. I'd be interested to know what this stream looks like if you dump it to a file (just the origin stream). It might be nothing more than an issue with your perl grammer. Bill
