Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upemoji domain support #8208
Open
emoji domain support #8208
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Non-ascii characters can be represented in domain names using Punycode.😎 🌐 .ws, but only few browsers still support actually displaying such domains using the intended characters (such as emoji), rather than as Punycode.
This means there are emoji domains such as
Steps to Reproduce
You can also test with i❤️ .ws, which does not feature a redirect.
Actual result:
Lacking proper support, the domain falls back to cooldomain.ws.
Expected result:
yes