For example:
When typing παιχνιδια.com into Firefox, it is automatically converted to xn--kxadblxczv9d.com
Please suggest a tool for making such a conversion.
One of the easiest is this. Converts and checks for availability at the same time.
|
For example: When typing παιχνιδια.com into Firefox, it is automatically converted to xn--kxadblxczv9d.com Please suggest a tool for making such a conversion. One of the easiest is this. Converts and checks for availability at the same time.
| |||||||
feedback
|
|
You can use any tool that supports "Libidn". A quick search showed SimpleDNS might be of help to you. There are heaps of converters for IDN online, if that's enough for you, you can use one of them. | |||
|
feedback
|
|
If you want to do it inside your browser, save the code in this answer as puny.js and the code below to puny.html, then load the file in your browser.
| |||
|
feedback
|
|
Internationalized domain name (i.e. domain names with non-ASCII characters) are encoded using the Punycode system. | |||
|
feedback
|
|
You encode and decode IDNA with Python:
| |||
|
feedback
|