I met an problem to display Chinese space name.When I create an new spaces,all Chinese character displayed as "????" :evil: I use Mysql 5.0.15, tomcat edition.
I have searched the Alfresco forum, it seems no one have the problem. I even check very table in the Alfresco database to see if the database's character encoding problem. However, spaces name doesn't store in the database
The space names and all other properties are stored in the database. The Character Set you apply on your database is very important for non-english languages. We suggest UTF-8 as the most generic character set. You will probably need to re-create your schema with this setting.