6 ms·
What does "unicode snowman" have to do with this?
by mlnhd 13y ago
What does "unicode snowman" have to do with this?
- alan 13y agoSome 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.