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.

tcharding
tcharding previously approved these changes Dec 8, 2025
Copy link
Member

@tcharding tcharding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK a9219ec

@tcharding tcharding mentioned this pull request Dec 8, 2025
@tcharding
Copy link
Member

Needs rebase after #424 went in, I figured this one was smaller so better to merge the other first.

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.
@jamillambert
Copy link
Collaborator Author

jamillambert commented Dec 8, 2025

Rebased. Merge conflict was just two adjacent line changes. Re updated lockfiles.

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.

2 participants