in reply to Re: UTF-8 and URL encoding
in thread UTF-8 and URL encoding
<head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <!-- meta http-equiv="content-type" content="text/html; charset=utf-8" --> </head> <body> <script> document.write(location.search + "<br>"); </script> <form> <input type="hidden" name="test" value="ä"> <input type="submit"> </form> </body>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: UTF-8 and URL encoding
by iguanodon (Priest) on Mar 18, 2004 at 13:23 UTC |