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

Support IDN (Internationalized Domain Names) #26

Open
yescallop opened this issue Sep 6, 2024 · 0 comments
Open

Support IDN (Internationalized Domain Names) #26

yescallop opened this issue Sep 6, 2024 · 0 comments

Comments

@yescallop
Copy link
Owner

RFC 3987 allows the optional use of IDN in IRIs. The current plan is:

  • Encode domain names in Iri::to_uri and IriRef::to_uri_ref.
  • Decode domain names in {Iri, IriRef}::normalize.
  • Encode domain names before resolution in Authority::socket_addrs.
  • Users should be able to choose whether to en/decode or not.
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