Skip to content

No need to decode a string to ASCII explicitly#92

Open
thorge wants to merge 1 commit into
ckan:masterfrom
thorge:fix-double-percent-encoding
Open

No need to decode a string to ASCII explicitly#92
thorge wants to merge 1 commit into
ckan:masterfrom
thorge:fix-double-percent-encoding

Conversation

@thorge

@thorge thorge commented Sep 4, 2023

Copy link
Copy Markdown

Python 3 natively supports Unicode characters in strings and URLs. So, the try block can safely be removed and should be removed in py3 envs to prevent double encoding. If py2 should still be supported, let me know.

Fixes #91

@thorge

thorge commented Sep 25, 2024

Copy link
Copy Markdown
Author

Any updates on this? It would be great to have this merged. If there's anything I can do to help move that forward, please feel free to let me know!

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

Successfully merging this pull request may close these issues.

Double Encoding of URLs

1 participant