I'm using alfresco 5.2. I have got o problem. Turkish characters look like ? in the footer of the index page. There is a UTF-8 problem in this section. how can i solve this problem ?
You may need to enable UTF-8 in your tomcat configurations. In [TOMCAT_HOME]/conf/server.xml you can add URIEncoding="UTF-8" to your Connector port such as
<Connector port="8080" protocol="HTTP/1.1" URIEncoding="UTF-8" connectionTimeout="20000" redirectPort="8443" maxHttpHeaderSize="32768"/>