|
Messages already in the system before upgrade and migration look fine, both on the DB (via phpmyadmin) and in Moodle's message history. No trunc'ing at 'ä' or any other character that I can see.
For the whole database: MySQL charset: UTF-8 Unicode (utf8) , Collation: utf8_unicode_ci. For specific tables, does the charset show up easily in phpmyadmin somewhere? I was just tutored by our intern on SHOW CREATE TABLE.
Tables mdl_message, mdl_message_contact and mdl_message_read all have default charset utf8. Hi,
Please guys see this http://tracker.moodle.org/browse/MDL-6128 When I type a non-ascii char, the same window is able to display it (after typing the message), but if I close the window and then I go and see my message history, the message is truncated. The same happens when the other users is displayed the new arrived message. The message is truncated in the DB. Changing from $message = optional_param('message', '', PARAM_CLEANHTML); to This is working for me on moodle.org using the very latest 1.6.1+ .... perhaps it's fixed?
Try the latest CVS version, otherwise let's continue on the related bug. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Can you check your tables using the MYSQL admin plugin or phpmyadmin ... are they all set to be Unicode?