IDNA (अनुप्रयोगों में अंतर्राष्ट्रीयकृत डोमेन नाम)
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 वह तकनीकी ढांचा है जो परिभाषित करता है कि [[idn|अंतर्राष्ट्रीयकृत डोमेन नाम]] अनुप्रयोगों और प्रोटोकॉल में कैसे संसाधित होते हैं। वर्तमान मानक, IDNA 2008 (RFC 5891-5894), निर्दिष्ट करता है कि Unicode लेबल को कैसे मान्य किया जाता है, सामान्यीकृत किया जाता है, और [[punycode|Punycode]] ACE फॉर्म (xn--) में परिवर्तित किया जाता है। IDNA 2008 ने अपने पूर्ववर्ती की तुलना में नियमों को कड़ा किया।
उदाहरण
IDNA 2008 rejects the emoji domain '🍕.com' (allowed by IDNA 2003) because emoji are not valid IDNA 2008 label characters, causing browser compatibility inconsistencies.