I have mailto:test@维奈.com on an image which when clicked opens the email client, but the emailID appears as asas@维奈.com .
Any Idea how I can get mailto: link working for IDN domains?.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think this is where punycode representation comes in. Punycode is a method of converting UTF-8 domain names into an ASCII string that will work in systems that can’t deal with Internationalized Domain Names.
becomes
I expect there is a library for ASP.NET that can convert unicode domain names into such an ACE string.
Related: Punycode online converter