hello,
i've inherited a project which has to be done in 11 languages, i know nothing of jsp development.
the original uses a jsp page to send mail to a friend with your score in a flash game. i have tried changing....
message.setContent(txt, "text/plain;");
to...
message.setContent(txt, "text/plain; charset='UTF-8'");
but this has no effect, characters outside basic latin get mangled.
any help with this is greatly appreciated.
thanks in advance.