# File lib/mechanize/page.rb, line 82
    def encoding
      parser.respond_to?(:encoding) ? parser.encoding : nil
    end