in reply to Decode umlauts on CGI-parameters
The encoding that gets sent by the browser to the server depends on the encoding of your web page and the browser. Ideally, you have both, a Content-Type: header specifying the character set and a <meta http-equiv="content-type" content="text/html; charset=utf-8"> element in your HTML.
Note that in my experience, at least Internet Explorer (6) does not send the value of an <input> button but only the name (I think).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Decode umlauts on CGI-parameters
by Yaerox (Scribe) on Jul 16, 2015 at 08:33 UTC |