# File lib/feedparser/rexml_patch.rb, line 9
    def decode(str)
      return str.toUTF8(@encoding)
    end