mustafa basaran wrote:
...
Hi.
You are on the wrong support list. This is the list for the Apache
httpd server, not the Apache Tomcat servlet engine.
Look on this page for subscribing to the Tomcat list :
http://tomcat.apache.org/lists.html
This being said, and subject to confirmation by Tomcat experts :
there should not be any problem handling the Turkish language with
Tomcat, as long as you ensure that all your environment is based on
Unicode and UTF-8 encoding.
For instance :
- make sure that the Tomcat startup environment (locale) is a UTF-8 one
- create all your pages with a UTF-8 aware editor, and save them
properly as UTF-8
- make sure that no single Tomcat application sets the "system.*"
properties related to language or country or charset etc.. to its own
value, because these properties are "system-wide" (which in this case
means the whole JVM, which means the whole Tomcat).
All the above is pretty much the default in recent OS'es and
installations, but there is always that little piece somewhere that is
forgotten and brings "?" characters all over..
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org