-
Notifications
You must be signed in to change notification settings - Fork 11
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
[Feature Request] Internationalized domain name (IDN) support #25
Comments
Yes I do want IDN support, but without breaking old use cases. I’ll see what Santa is bringing this year.
Sent from ProtonMail Mobile
…On Tue, Nov 17, 2020 at 09:17, Peter Dave Hello ***@***.***> wrote:
Hello,
I just found this useful python tool, it looks great in most cases! Not sure is [IDN](https://en.wikipedia.org/wiki/Internationalized_domain_nam) support will be something you'd also like to have, it'll be awesome if it's also supported.
Currently, IDN will be considered as an invalid FQDN:
$ python
Python 3.6.9 (default, Jul 17 2020, 12:50:27)
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from fqdn import FQDN
>>> FQDN('Bücher.example').is_valid
False
Thank you!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, [view it on GitHub](#25), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AHY5FAPIBSEISJCTV3QR4GTSQKAWJANCNFSM4TYUCB4A).
|
Thank you @ypcrts 😃 |
What is your use case for this? You want Really, what I'm asking is, how is your use case different from #12 ? |
To me personally I prefer |
I'm not pretty sure but this may just be duplicated with #12 |
cc @ross & octodns/octodns#199, octodns may be able to support IDN via the implementation here(and may also contribute back), I've already use this fqdn package in octodns to help fdqn validation (octodns/octodns#631)! |
Hello,
I just found this useful python tool, it looks great in most cases! Not sure is IDN support will be something you'd also like to have, it'll be awesome if it's also supported.
Currently, IDN will be considered as an invalid FQDN:
Thank you!
The text was updated successfully, but these errors were encountered: