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
Which is obviously not the right output. I succeeded in converting it using decodeURIComponent(escape(input)) but this options doesn't work all the time because, I think, should only be applied in some cases.
What I am missing here?
The text was updated successfully, but these errors were encountered:
If you decode this sequence
=E2=80=A6
You should get this character "…"
Instead you get "�"
Which is obviously not the right output. I succeeded in converting it using
decodeURIComponent(escape(input))
but this options doesn't work all the time because, I think, should only be applied in some cases.What I am missing here?
The text was updated successfully, but these errors were encountered: