Re: URI::Escape

Gisle Aas (gisle@activestate.com)
16 Jan 2001 14:31:22 -0800


Does anybody know anything more about this kind of escapes?  Are they
somewhat standard somewhere and is it worth supporting them at this
point?

Perl5.6 can't really deal with Unicode anyway, so perhaps this is
something that can wait until at least 5.7.1.

--Gisle


Neal Probert <nprobert@walid.com> writes:

> O'Reilly JavaScript 3rd edition (Javascript 1.2) pp.489-490 for IE
> although rfc2396 makes no mention of this.
> 
> Gisle Aas wrote:
> > 
> > Neal Probert <nprobert@walid.com> writes:
> > 
> > > URI::Escape doesn't seem to handle the %uXXXX Unicode format, even with
> > > Perl 5.6.
> > 
> > Where is this format specified/described?