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