Documentation

Features

This is an old revision of the document!


UTF-8

To have full UTF-8 support you need to edit the includes/classes/database/mysql.php file and add the following code:

$this->query("set names utf8");

This line goes at the end of the connectToDb function.

Please note that after you make this change any thing entered into the database will have to be re-entered.


Have more questions? Visit our community forums.