IDNA (Noms de Domaine Internationalisés dans les Applications)
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://tldfyi.com/iframe/glossary/idna/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://tldfyi.com/glossary/idna/
Add a dynamic SVG badge to your README or docs.
[](https://tldfyi.com/glossary/idna/)
Use the native HTML custom element.
IDNA est le cadre technique définissant comment les [[idn|noms de domaine internationalisés]] sont traités dans les applications et les protocoles. La norme actuelle, IDNA 2008 (RFC 5891-5894), spécifie comment les libellés Unicode sont validés, normalisés et convertis au format ACE [[punycode|Punycode]] (xn--). IDNA 2008 a durci les règles par rapport à son prédécesseur, restreignant des caractères comme les tirets et les symboles que IDNA 2003 autorisait, améliorant la cohérence entre différentes langues et scripts.
Exemple
IDNA 2008 rejects the emoji domain '🍕.com' (allowed by IDNA 2003) because emoji are not valid IDNA 2008 label characters, causing browser compatibility inconsistencies.