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 http://java.sun.com/j2se/1.4.2/docs/api/java/nio/charset/Charset.html for list of officially supported charset in java).

As a response i tend to say, there will be absolutely no impact, considering, AFAIK, that this processor directive is not even considered by tomcat.

En l'instant précis du 03/03/08 14:27, Raghuveer s'exprimait en ces termes:
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 on my other applications if I change default
encoding from "ISO-8859-1" to "ISO-8859-2" in
\apache-tomcat-5.5.23\conf\web.xml




--
http://www.devlog.be (a belgian developer's logs)



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to