Encoding at server level - apache-tomcat-5.5.23\conf\web.xml

2008-03-03 Thread Raghuveer
I need to setup tomcat operating in central European region. All my Windows Systems Operate on Polish /PL language Default encoding ?xml version=1.0 encoding=ISO-8859-1? Modified encoding ?xml version=1.0 encoding=ISO-8859-2? Clarification 1 Does there will be any impact

Re: Encoding at server level - apache-tomcat-5.5.23\conf\web.xml

2008-03-03 Thread David Delbecq
First, that's the encoding used *only* for reading that specific xml file. All xml files have such processor directive. Second, ISO-8859-2 is not a standard java provided encoding. As such, you will most probably need to find third party libraries that provide that encoding to your jvm (see