TheBigRoomXXL@leminal.space to Programmer Humor@programming.devEnglish · 10 hours agoEveryone knows what an email address is, right? (Quiz)e-mail.wtfexternal-linkmessage-square74fedilinkarrow-up1466arrow-down14
arrow-up1462arrow-down1external-linkEveryone knows what an email address is, right? (Quiz)e-mail.wtfTheBigRoomXXL@leminal.space to Programmer Humor@programming.devEnglish · 10 hours agomessage-square74fedilink
minus-squareNighed@feddit.uklinkfedilinkEnglisharrow-up9·edit-29 hours ago15 Going to have to try some of those… Can you actually register emojis as a domain, or is that just the email validation that allows them? Edit: most TLDs don’t. Smaller ones do sometimes.
minus-squareNeatNit@discuss.tchncs.delinkfedilinkarrow-up8·8 hours agoEmoji domains can be registered using punycode, and you’re right that it’s up to the TLD whether they’re allowed or not. For example: http://📙.la/🐶 📙.la is encoded using punycode to http://📙.la/ 🐶 is URL-encoded to %F0%9F%90%B6 Giving the ‘true’ URL http://📙.la/🐶 which then redirects to https://emojipedia.org/dog-face Emails should generally use @xn--yt8h.la instead of @📙.la for maximum compatibility. I’m not sure if the email spec allows punycode.
15
Going to have to try some of those… Can you actually register emojis as a domain, or is that just the email validation that allows them?
Edit: most TLDs don’t. Smaller ones do sometimes.
Emoji domains can be registered using punycode, and you’re right that it’s up to the TLD whether they’re allowed or not.
For example: http://📙.la/🐶
📙.la is encoded using punycode to http://📙.la/
🐶 is URL-encoded to %F0%9F%90%B6
Giving the ‘true’ URL http://📙.la/🐶 which then redirects to https://emojipedia.org/dog-face
Emails should generally use
@xn--yt8h.la
instead of@📙.la
for maximum compatibility. I’m not sure if the email spec allows punycode.