> >
> > it's also used to parse form data, right?  can form data have non
> > US-ASCII characters?
> 
> No. Form data uses parseParameters(Map, byte[], String encoding) for that
> reason.
> 

ahh... that's what i missed.  thanks.

> If the thing was memory efficient, the url should still be in byte form at
> this point, and we could directly use parseParameters(Map, byte[], String
> encoding) for URL params too.
> 

sure.  'nuff said :)

-kevin.

Reply via email to