You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case anyone is wondering why I'm mentioning IDNA: UTS-46 is a spec made for compatibility between IDNA 2008 and IDNA 2003. There's little point performing the UTS-46 conversions without supporting IDNA in the first place. Otherwise we might as well not implement UTS-46 and instead only perform Unicode case-folding.
namehash
accepts a lot of names with non-IDNA-compliant characters such as any emoji. Emoji are not valid in IDNs as they don't even belong inPVALID
.The text was updated successfully, but these errors were encountered: