What is punycode?

Punycode is a way to represent international domain names with the limited character set (’a'-’z', ‘0′-’9′) supported by the domain name system. For example “m?nich” would be encoded as “mnich-kva”.

An IDN takes the punycode encoding, and adds a ‘xn--’ in front of it. So “m?nich.com” would become “xn--mnich-kva.com”.

Recent Entries

Leave a Reply

You must be logged in to post a comment.