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 2003が許可していたハイフンや記号などの文字を制限することで、異なる言語やスクリプト間の一貫性を向上させました。
使用例
IDNA 2008 rejects the emoji domain '🍕.com' (allowed by IDNA 2003) because emoji are not valid IDNA 2008 label characters, causing browser compatibility inconsistencies.