# File temp/encodings/ICONV.rb, line 10
    def encode_iconv(content)
      Iconv.conv(@encoding, UTF_8, content)
    end