On Tue, Jan 25, 2011 at 11:26 PM, Minhaj <[email protected]> wrote: > Thanks for the information :) I never know about puny codes before. > Is there any solution you would like to offer convert puny code domains > before processing? > > Actually I've a webpage where clients passing such domains them-self in a > form(text field).
What Java version? Java SE 6 has it built in: http://weblogs.java.net/blog/2007/03/29/international-domain-names Other than that, just google 'java punycode' and choose an implementation that's license compatible with your project. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
