Quote from: MotSmart at Feb 20, 2008, 07:00 AM
latin1_swedish_ci is the default connection collation for almost every US/Europe based servers, as long as the connection-collation differs from charset you will have crazy issues in those tables that db needs to transfer a mismatching collation/charset data.
basically you have to set utf8_general_ci (preferably) or utf8_unicode_ci in case you need to make a connection over utf8 charset db.
I had a serious issues like this a multiple times in early days of configuring the correct set of db settings to cooperate fairly with MODx configuration and yet couldn’t find any SQL command to make change to individual tables, so i just decided to double check the db environmental settings to meet a true utf8 compatible site at the time of MODx installation.
I remember that susan has implemented a nice db colation check tab in MODx manager interface but unfortunately i don’t have a reference link right now, she is here so she can possibly find it and give you the reference, then only you can check whether every thing is set as you preferred to by that.
Okay, so basically, since the collation is latin1, and the charset is UTF-8, that’s causing the mismatch? And if I happened to, let’s say, go into each table and change it to utf8_general_ci, like you said, that might cause corruption issues?
(I’ll try looking for susan’s tool when I get home from my Physics II lecture this afternoon.

BTW, thanks for your help in explaining that. I *think* I’m starting to understand all this charset stuff now.

)
EDIT:
http://modxcms.com/forums/index.php/topic,21819.0.html --- I guess that’s what you were referring to?
http://modxcms.com/forums/index.php/topic,19472.msg121289.html#msg121289 --- Hmm...I’ll have to check and see if that caused the issue, since I think I installed the RC...