There’s an issue when you try to add issues containing special characters (sonderzeichen) like ä ü ö è à é etc. to the eventum bug tracking system – they won’t be displayed correctly. I’ve spent hours finding out where and how to fix that. At first i thought i have to make changes to the MySql Server setup / configuration. Finally i found a setting in config.php (you can find config.php under
//define('APP_CHARSET', 'UTF-8'); define('APP_CHARSET', 'latin1');