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 just debugged an issue due to SimpleRSS returning UTF-8 encoded strings when the tag contains ' %' and ASCII-8BIT encoded strings otherwise.
Why does it run strings through CGI.unescape when it contains ' %'?
It would be nice if all strings were normalized to UTF-8 before returning them.
The text was updated successfully, but these errors were encountered:
I just debugged an issue due to SimpleRSS returning UTF-8 encoded strings when the tag contains ' %' and ASCII-8BIT encoded strings otherwise.
Why does it run strings through CGI.unescape when it contains ' %'?
It would be nice if all strings were normalized to UTF-8 before returning them.
The text was updated successfully, but these errors were encountered: