I have tried a couple different things including urldecode() as well as a few different answers from this question: Decode Numeric HTML Entities in ColdFusion?
For example I have this french text:
Après avoir terminé
I need to convert to the actual french characters, including the space at the beginning to this:
Après avoir terminé
Any ideas? Thanks in advance.
You can use the Apache Commons library to do this:
(p.s. This was hidden in a comment to my answer on the question you linked to, though I’ve since edited into the main answer to increase visibility.)