balihr Posted October 26, 2008 Posted October 26, 2008 i've configured pretty much all i wanted (basics) and found a problem with the welcome e-mail that is send to a user after registration. i use UTF-8 coding for my language (croatian) and i used it in "create_account_process.php" and see all characters fine. When i recieve the welcome e-mail it contains symbols instead of special characters in our language. i get this "koĹĄarica" and need "košarica" etc. how to fix this?
dmnalven Posted October 26, 2008 Posted October 26, 2008 Change the default character set in includes/languages/your_language.php // charset for web pages and emails define('CHARSET', 'iso-8859-1'); For ALL problems, please review this link first -> osCommerce Knowledge Base
balihr Posted October 26, 2008 Author Posted October 26, 2008 Change the default character set in includes/languages/your_language.php // charset for web pages and emails define('CHARSET', 'iso-8859-1'); it's already set to utf-8.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.