I am new to developing and I have the following task.
I need to be able to able write and retrieve from my database international email addresses, i.e. addresses that contain non-ascii characters like æ, ø, å, ö, ä, ß, ü. In order to do this I need to convert the email address to punycode if I have understood correctly.
Is there an easy way to do this in java?