Failing domain names
See original GitHub issueI’ve been looking at IDNA domain registrations and using your library in conjunction with the built in python tools.
>>> domain = "xn--53hy7af013i.ws".encode("utf-8")
>>> domain.decode("idna")
'☕🦊✈.ws'
The IDNA package is a HUGE life saver for me. I monitored approximately over 111,000 IDNA domains being registered, and a small percentage of them failed. I’ve attached the output that I thought you might find useful.
As you can see above, there is an uptick of registrations of emoji domains now. Although it is not part of the specification, it would be very helpful if that was incorporated into this package.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
.FAIL Domain Names
Though the term “fail” is usually associated with internet humor, you could also use a .FAIL domain name to discuss poor business practices...
Read more >30 Unintentionally Inappropriate Domain Names - Bored Panda
1. Itscrap.com · 2. Whorepresents.com · 3. Penisland.net · 4. Expertsexchange.com · 5. Speedofart.com · 6. Nobjs.org · 7. Gotahoenorth.com · 8. Lesbocages.com....
Read more >.fail Domain Registration | Buy a cheap .fail gTLD - Namecheap
Register your .fail for $27.98. This New gTLD is perfect for Fun websites and opened for General Availability on August 6, 2014.
Read more >What Is DNS Failure? Common Causes And Solutions - Forbes
A DNS failure occurs when a browser cannot convert a domain name to an IP address. Learn some common causes and how to...
Read more >8 Common Reasons for a Domain Transfer to Fail - ChemiCloud
Expired Domain A domain transfer will fail if your domain is expired. You must first renew the domain, then wait 60 days, before...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@hynek IDNA2008 disallows symbols and punctionation which € is in the category “Sc” or “Symbols Currency”. If you have to deal with it you could use IDNA 2003:
It seems like a registry not following standards. 😃
Closing this issue, I’ll keep issue #18 open to track potential changes relating to this. Please add any additional commentary there.