Is anything wrong with the following patch, to make Maverick transforms automatically pick up the character encoding?
public FakeHttpServletResponse(HttpServletResponse wrapMe) { super(wrapMe); if (log.isDebugEnabled()) log.debug("Creating fake response, original buffer size is " + wrapMe.getBufferSize()); this.charset = wrapMe.getCharacterEncoding(); // THIS IS THE NEW LINE } ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click [INVALID FOOTER]