Personal tools

From HEXONET Wiki

Jump to: navigation, search
(API Support)
(Definition)
 
Line 1: Line 1:
 
{{Sidebar}}
 
{{Sidebar}}
 
== Definition ==
 
== Definition ==
'''An internationalized domain name (IDN)''' is an Internet domain name that (potentially) contains non-ASCII characters. However, the standard for domain names does not allow such characters, so internationalized domain names have to be converted into standard ASCII domain names while. This is done by converting them into so-called punycode.  
+
'''An internationalized domain name (IDN)''' is an Internet domain name that (potentially) contains non-ASCII characters. However, the standard for domain names does not allow such characters, so internationalized domain names have to be converted into standard ASCII domain names while. This is done by converting them into punycode.  
  
 
Please note, that only some TLDs support IDNs and some only support specific character sets. Have a look at the IDN category for a list of IDN capable TLDs and the corresponding TLD info for the supported character sets.
 
Please note, that only some TLDs support IDNs and some only support specific character sets. Have a look at the IDN category for a list of IDN capable TLDs and the corresponding TLD info for the supported character sets.

Latest revision as of 18:00, 15 October 2024

[edit] Definition

An internationalized domain name (IDN) is an Internet domain name that (potentially) contains non-ASCII characters. However, the standard for domain names does not allow such characters, so internationalized domain names have to be converted into standard ASCII domain names while. This is done by converting them into punycode.

Please note, that only some TLDs support IDNs and some only support specific character sets. Have a look at the IDN category for a list of IDN capable TLDs and the corresponding TLD info for the supported character sets.

[edit] Language Tags

When registering IDN domains you have to specifiy the language tag, which states what language/character set the domain name is in. There a different kinds of language tags:

[edit] API Support

The API parameter X-IDN-LANGUAGE can be used to specify the IDN language tag. The following commands accept the parameter:

  • AddDomain
  • CheckDomain
  • CheckDomains
  • TransferDomain