Skip to content

Conversation

@jamillambert
Copy link
Collaborator

@jamillambert jamillambert commented Nov 26, 2025

punycode was used to convert non-ASCII hostnames in URLs. This can instead be done by the calling site.

Remove the punycode function and dependence. Addresses one of the points from #402.

Tested with an extended ascii character in the host bücher.de before and after on unix, both parse fine. But non ascii Japanese characters parsed with punycode and do not after this change.

punycode was used to convert non-ASCII hostnames in URLs. This can
instead be done by the calling site.

Remove the punycode function and dependence.
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.

1 participant