TplusCUTP Multilingualism
In the latest release of TplusCUTP I forgot to configure mysql to
support Multilingualism. (Nice spot David).
To rectify this issue:
Modify /etc/my.cnf
add the following into the correction section
[mysqld]
character_set_server = utf8
[client]
default_character_set = utf8
restart the server or icecore and mysql
I will add this in future releases.
Kev
|