can't handle asian characters (UTF-8)?

adrianmak 12 Apr, 2007
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
askerc 14 Jun, 2007
Hi

I have the same problem.
Does anyone have solution for this?

Thanks
GreyHead 14 Jun, 2007
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
"<!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
Max_admin 14 Jun, 2007
Thanks Bob, askerc, does Bob's solution works for you ??

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.