Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different encodings based on containing ' %' #28

Open
runephilosof opened this issue Sep 19, 2018 · 0 comments
Open

Different encodings based on containing ' %' #28

runephilosof opened this issue Sep 19, 2018 · 0 comments

Comments

@runephilosof
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant