Well now I've just about changed my mind about what I wrote earlier. Now I suppose Japanese characters are allowed in email address. Looking through the JavaDocs for java.net.URI <http://java.sun.com/j2se/1.4.2/docs/api/java/net/URI.html>, I guess maybe you could proceed by constructing Strings from byte arrays containing your characters (in whatever character set you are using) and passing those strings into a constructor for a URI.

Better, maybe, I note that javax.mail.internet.InternetAddress has a constructor which allows you to specify a charset. <http://java.sun.com/products/javamail/javadocs/javax/mail/internet/InternetAddress.html>

Best, if you are really lucky, someone who knows what they are talking about (in addition to Rick Evans) may write a reply.




_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to