I know I have v1.5 on a lot of different servers that are clean, demo install with utf-8 (utf8_general_ci collation, DB_CHARSET=utf8, CHARSET=utf-8) that have no issues ...
I have several v1.5 that are upgrade but set to (latin1_swedish_ci, DB_CHARSET = latin1, CHARSET = iso-8859-1) that have no issues ...
They pull up:
Code:
/includes/languages/english/modules.php
Line #23 : define('TEXT_EMAIL_MESSAGE_ADMIN_SETTINGS_CHANGED', 'This is an automated email from your Zen Cart store to alert you of a change that was just made to your administrative settings: ' . "\n\n" . 'NOTE: Admin settings have been CHANGED for the [%s] module, by your Zen Cart admin user %s.' . "\n\n" . 'If you did not initiate these changes, it is advisable that you verify the settings immediately.' . "\n\n" . 'If you are already aware of these changes, you can ignore this automated email.');
/your_secret_admin/modules.php
Line #71 : $msg = sprintf(TEXT_EMAIL_MESSAGE_ADMIN_SETTINGS_CHANGED, preg_replace('/[^\d\w]/', '*', $_GET['module']), $admname);
I do not use XAMPP, so I do not know if there are issues or not on that ...