# File lib/haml/util.rb, line 103
      def check_encoding(str)
        str.gsub(/\A\xEF\xBB\xBF/, '') # Get rid of the UTF-8 BOM
      end