Hacker News new | ask | show | jobs
by alan 4765 days ago
Some websites now will include a hidden input field in all forms <input type="hidden" name="snowman" value-"&#9731" />

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.

1 comments

It's built into Rails, except they use utf8=✓ now.