In this post calgay mentioned the use of 'set names utf8' in cmsms 1.1. Anyway, in present releases (1.2 - 1.2.3) this is deactivated in include.php.
But quite often mysql expects utf8 data (see mysql variables: character_set_client, character_set_connection) and this line must be reactivated and again with every update. Otherwise wrong special characters, umlauts etc will be written to the database. Some users will not even notice this until a backup is beeing made and restored on a different server. Only then the wrong special characters will come through to the browser.
Question:
Would it be possible to store this as a property in config.php?
Thanks for considering,
Tobias
Database connection as UTF8 into config.php
Re: Database connection as UTF8 into config.php
Hello,
you should file a feature request in the forge as the devteam may not see or forget your forum post.
Pierre M.
you should file a feature request in the forge as the devteam may not see or forget your forum post.
Pierre M.
Re: Database connection as UTF8 into config.php
Thats it. Thanks