Documentation
When true we convert entities found in the data to their
corresponding chars, when false we leave ignore entities. NB:
in the current implementation we are only able to convert a
limited subset of all entities (see *entities* for the complete
listing).
Source
(defvar *convert-entities* t
"When true we convert entities found in the data to their
corresponding chars, when false we leave ignore entities. NB:
in the current implementation we are only able to convert a
limited subset of all entities (see *entities* for the complete
listing).")
Source Context