Hi, I updated site to use entirely utf-8 encoding.
I got set utf-8 in config.inc.php, got utf-8 in configuration panel and db uses utf8_general_ci.
I am able to post anything through manager, or frontend using jot and my polish characters looks just fine, but when using webloginpe i got mess.
Any idea why?
Be grateful for any help.
Regards,
Mike
//Why use windows since there is a door?//
I see in webloginpe.class.php sth like this:
$insertUserAttr = $modx->db->query($newUserAttr);
I believe this is database query and it uses configuration as set in modx globally? Is that right or maybe I am wrong? How can I change it to use utf-8 enconding?
Regards,
Mike
//Why use windows since there is a door?//
I have it working. Used this thread
http://modxcms.com/forums/index.php/topic,21441.0.html but I’ve changed all places.
Regards,
Mike
//Why use windows since there is a door?//