6 ms·
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
by alan 13y 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.
- mseebach 13y agoIt's built into Rails, except they use utf8=✓ now.