Wednesday 13 July 2005 5:07:56 am
I'm running ezP 3.6.0 on MySQL 4.1.12. All my settings (ezP ini files and MySQL db) are for utf-8 charset. Why ezP output log/debugging (in notice.log and on-screen with debug enabled) report for any access the Notice "<b>SET NAMES 'utf8'</b>" ? My ini settings for utf are:
site.ini:
[DatabaseSettings]
Charset=utf-8
i18n.ini:
[CharacterSettings]
Charset=utf-8
template.ini:
[CharsetSettings]
DefaultTemplateCharset=utf-8
And the MySQL DB is UTF8.
Thanks in advance, Mauro
|