|
|
|
|
|
by alan
4765 days ago
|
|
Some websites now will include a hidden input field in all forms
<input type="hidden" name="snowman" value-"☃" /> to convince IE that it's supposed to be sending UTF-8, not latin1 (And so the site can recognize if the input was likely mangled. |
|