Re: expected results for URI encoding tests?

Julian Reschke wrote:
> It gets really interesting only with form submission, where it's the 
> browser that's constructing the query part. I really wish we had a way 
> to force the browser to use UTF-8, *no matter* what the page encoding 
> is.

Does <form method="GET" accept-charset="utf-8"> do what you want? That 
results in percent-encoded UTF-8 in all the browsers I've tested, 
regardless of the document charset.

-- 
Philip Taylor
pjt47@cam.ac.uk

Received on Friday, 27 June 2008 18:14:54 UTC