You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this too. Being able to parse back its own output is a basic test. This isn't just failing to decode XML entities, it's actually encoding them again (thus escaping ' to ' instead of to ').
CDATA is not only unnecessary, it's impossible when you don't control the source.
Describe the bug
Convert should recognise "escaped" characters and parse them correctly.
To Reproduce
Expected behaviour
Convert does encode special characters like
<
or>
as&lt;
and&gt;
But does not decode them if parsed again.Version:
The text was updated successfully, but these errors were encountered: