Quantcast
Channel: Admins Goodies » idn
Viewing all articles
Browse latest Browse all 5

How can I convert an IDN to Punicode in bash?

$
0
0

Question

What is the easiest way to convert an IDN (such as президент.рф) to Punicode in bash?

Answer

Assuming you have python on your system, python -c 'import sys;print sys.argv[1].decode("utf-8").encode("idna")' "президент.рф" would do the trick.


Viewing all articles
Browse latest Browse all 5

Latest Images





Latest Images