class HTMLEntities

def decode(source)


Unknown named entities will not be converted

equivalents. The string should already be in UTF-8 encoding.
Decode entities in a string into their UTF-8
def decode(source)
  (@decoder ||= Decoder.new(@flavor)).decode(source)
end