Forum Moderators: coopster
First place I'd start is with the encoding on the form page. My japanese form has this in the head section.
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=euc-jp">
If you want to be more international then you could go with Unicode.
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=UTF-8">
BTW, I'm checking out PHP FormMailer as I'm in the process of building my own personal form mailer. Trying to wean myself of formmail.pl ;-)
Nice little script but it looks like they need to think more about internationalizing it.