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
Essentially, a string like "this has both unsafe characters &<> and an existing & entity" should encode to "this has both unsafe characters &<> and an existing & entity"
See #15, but implementation needs to be reworked.
Essentially, a string like
"this has both unsafe characters &<> and an existing & entity"should encode to"this has both unsafe characters &<> and an existing & entity"