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

Refactor toASCII: Replace Deprecated Punycode #59

Closed
wants to merge 3 commits into from
Closed

Refactor toASCII: Replace Deprecated Punycode #59

wants to merge 3 commits into from

Conversation

sea-deep
Copy link

This pull request refactors the toASCII function to eliminate the dependency on the deprecated punycode module. The function now uses a modern approach for Unicode to ASCII conversion. Removed punycode and replaced it with the built-in URL class for domain name conversion.

  • No breaking changes.
  • The function remains backward-compatible.

@sea-deep sea-deep closed this by deleting the head repository Aug 28, 2024
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