OK... one more place to specify utf8...
In /include/config_inc.php add line:
This will force CPG to explicitly tell MySQL to use UTF8 encoding... I expect that will fix the display.
In /include/config_inc.php add line:
Code: [Select]
$CONFIG['dbcharset'] ='utf8';
This will force CPG to explicitly tell MySQL to use UTF8 encoding... I expect that will fix the display.