T P wrote:
There are bunch of parameters and finding the right combination does not
seem to be trivial. For example there seems to be the following
parameters, for which it is hard to find extensive documentation:

On jsp page <%page%>-directive:
contentType
pageEncoding

Read the spec.

On web.xml (tomcat configuration)
javaEncoding

For 99.9% of use cases the default of UTF-8 will be fine.

Java system properties
file.encoding

This is a read-only property and for properly written pages has no effect.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to