# File lib/feedparser/rexml_patch.rb, line 17 def encoding=(enc) return if defined? @encoding and enc == @encoding @encoding = enc || 'utf-8' end