2 Replies Latest reply on Jan 30, 2007 4:46 AM by nhpvti

    Setting char encoding of Response to UTF8, -Dfile.encoding=U

    brett_s_r

      I would like to force responses to be encoded in UTF8. I start JBoss with JVM arg -Dfile.encoding=UTF8, and this has become the default encoding within the container, however the Coyote Response appears to always be with character encoding of ISO-8859-1. I am picking this up within a servlet Filter.

      JDK 1.4.2_05 on Win2k, JBoss 3.2.5 + TC5. Locale is en/us.

      Any advice appreciated.