http://www.phpwcms.de/forum/viewtopic.php?t=13890
I must admit I am a bit puzzled about all this collation stuff
Right now I am working on a new 1.2.9 site.
All is running fine.
Here are the collation confs I have in there:
In my CONFS I have:
$phpwcms['db_charset'] = 'latin1';
$phpwcms['db_collation'] = 'latin1_swedish_ci';
$phpwcms['db_version'] = 40121;
In PhpMyAdmin:
I can see that all the tables have their collation set to this: latin1_swedish_ci
just like all the other programs' dbs I have in there running
Existential Question:
Does it makes sense that someday at some point and for a reason I would not yet suspect, I would then have to change or swap all the tables collation settings from latin1_swedish_ci to utf8_unicode_ci
Important (to me):
What would then be the SQL command to batch swap all the tables collations from latin1_swedish_ci to utf8_unicode_ci ?
Just a matter of starting this site the good way before too many texts get published.
Cheers,
Yves
Sincere PhpWCMS Evangelist
