Thanks for providing this library. We are using it and are building a php style html_entities support to allow custom handling of quotes and need a feature to leave quotes untouched if user wants similar to https://www.php.net/manual/en/function.htmlentities.php
Constant Name | Description
-- | --
ENT_COMPAT | Will convert double-quotes and leave single-quotes alone.
ENT_QUOTES | Will convert both double and single quotes.
ENT_NOQUOTES | Will leave both double and single quotes unconverted.
Is it possible to have this feature in this library?
Thanks for providing this library. We are using it and are building a php style html_entities support to allow custom handling of quotes and need a feature to leave quotes untouched if user wants similar to https://www.php.net/manual/en/function.htmlentities.php
Is it possible to have this feature in this library?