ch1mp 0 Newbie Poster

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.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.