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