My joomla site is in utf-8 encoding.
my site will handle asian characters. allow asian people to fill a form therefore asian chars are must.
I tested to input chinese traditional chars in textfield of form data however the form data of email i received are all rubbish characters.<br><br>Post edited by: adrianmak, at: 2007/04/12 15:16
my site will handle asian characters. allow asian people to fill a form therefore asian chars are must.
I tested to input chinese traditional chars in textfield of form data however the form data of email i received are all rubbish characters.<br><br>Post edited by: adrianmak, at: 2007/04/12 15:16
Hi,
Here's a possible fix - not tested.
Near the bottom of chronocontact.php there's a few lines of code that output an html header for the e-mail, try adding the extra <meta> tag in there
Bob
Here's a possible fix - not tested.
Near the bottom of chronocontact.php there's a few lines of code that output an html header for the e-mail, try adding the extra <meta> tag in there
"<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">
<html>
<head> <title></title>
<base href=\"$mosConfig_live_site/\" />
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<style type=\"text/css\">
".strip_tags( $chronocontact_params->get('newsletter_css'))."
</style>
</head>
<body>$html_message</body></html>";
Bob
Thanks Bob, askerc, does Bob's solution works for you ??
Max
Max
This topic is locked and no more replies can be posted.