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