Tagged Questions

2
votes
3answers
700 views

Can anyone recommend a good, free javascript for punycode to Unicode conversion?

I found this the other day: http://0xcc.net/jsescape/ but the punycode conversion doesn't work if there's a dash in the middle. For instance - I need to convert the punycode NIATO-OTABD to nñiñatoñ. …
0
votes
0answers
10 views

java.net.IDN function for jdk1.4

Is there any external library out there that has the same function with java.net.IDN (which only available in jdk6) for jdk1.4?
0
votes
2answers
56 views

Convert non-ascii domain to SMTP compatible

When customers enter email addresses with non-ascii chars like äüö our SMTP rejects to process them. So I think might be there is a solution to handle those domains myself and convert them to …