Re[2]: ap_unescape_url can't escape %uXXXX

2003-01-28 Thread Lee Goddard
-BEGIN PGP SIGNED MESSAGE- Hash: MD5 Hi IKEBE, On Tuesday, January 28, 2003 at 1:32:43 PM, you wrote: IT> I have written a little patch for libapreq which unescape IT> the %u style URI-escaped string. IT> the unescape algorithm is based on CGI.pm Any idea if/when that'll be incorpo

Re: ap_unescape_url can't escape %uXXXX

2003-01-28 Thread IKEBE Tomohiro
I have written a little patch for libapreq which unescape the %u style URI-escaped string. the unescape algorithm is based on CGI.pm At Fri, 29 Nov 2002 06:55:54 +0900, Tatsuhiko Miyagawa wrote: > > It seems that Apache's ap_unescape_url() can't handle %u style > URI-escaped Unicode stri

RE: ap_unescape_url can't escape %uXXXX

2002-12-01 Thread Grant McLean
Joe Schaefer wrote: > Tatsuhiko Miyagawa <[EMAIL PROTECTED]> writes: > > > It seems that Apache's ap_unescape_url() can't handle %u style > > URI-escaped Unicode string, hence Apache::Request cannot neighther, > > while CGI.pm can. > > You may want to take this issue up on [EMAIL PROTE

Re: ap_unescape_url can't escape %uXXXX

2002-11-28 Thread Tatsuhiko Miyagawa
At 29 Nov 2002 02:17:31 -0500, Joe Schaefer wrote: > > It seems that Apache's ap_unescape_url() can't handle %u style > > URI-escaped Unicode string, hence Apache::Request cannot neighther, > > while CGI.pm can. my WinIE 5.5 / WinIE 6.0 uses this style of URI escaping when you use javascript

Re: ap_unescape_url can't escape %uXXXX

2002-11-28 Thread Joe Schaefer
Tatsuhiko Miyagawa <[EMAIL PROTECTED]> writes: > It seems that Apache's ap_unescape_url() can't handle %u style > URI-escaped Unicode string, hence Apache::Request cannot neighther, > while CGI.pm can. You may want to take this issue up on [EMAIL PROTECTED] Personally I've never seen this kin