I have similar problem to the one described in this question: I am using the \"mailto\" protocol to open the default mail client from Java (I am tied to Java 5 for now, so s
The mailto: link should use RFC2047 encoding rather than UTF. http://en.wikipedia.org/wiki/MIME
mailto:me@example.com?subject==?UTF8?B?aGVsbG8?=
http://webnet77.com/cgi-bin/helpers/base-64.pl