# File lib/action_view/helpers/form_tag_helper.rb, line 608
      def utf8_enforcer_tag
        tag(:input, :type => "hidden", :name => "utf8", :value => "✓".html_safe)
      end