Further to this thread, I have a client that wants double-byte characters in titles and other custom fields. I didn’t think it would be a problem, indeed, SAEFs seem to be breaking (white page) and in the CP I’m getting “Unable to create valid URL Title for your entry” when I enter, for example, this: 漢字
We’re running:
Build: 20080710
PHP Version 5.2.5
MySQL: 5.0.37-log
These seem to be the MySQL variables that may be related to the issue:
character_set_client latin1
character_set_connection latin1
character_set_database utf8
character_set_filesystem binary
character_set_results latin1
character_set_server latin1
character_set_system utf8
character_sets_dir /usr/local/mysql5/share/mysql/charsets/
collation_connection latin1_swedish_ci
collation_database utf8_unicode_ci
collation_server latin1_swedish_ci
Client needs this stuff running by Tuesday… does anyone have a magic bullet here?
