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)은 유니코드 레이블이 검증, 정규화되고 [[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.