# File lib/feedparser/html2text-parser.rb, line 134
    def unknown_charref(ref)
      handle_data([ref.to_i].pack('U*'))
    end