Since the manual page does not say anything about changing the default encoding, I donβt think there is a way to do this; and I donβt remember ever seeing anything about it.
I would not use anything similar to apd - instead, I would assume:
- create my own function that calls htmlentities with the correct parameters
- and replace each htmlentities call with a call to my new function (this can probably be done automatically using a few lines of scripts)
source
share