in src/main/java/org/apache/sling/scripting/xproc/cocoon/generator/SlingGeneratorServletOutputStream.java [34:37]
public SlingGeneratorServletOutputStream() throws UnsupportedEncodingException {
this.output = new ByteArrayOutputStream();
this.writer = new PrintWriter(new OutputStreamWriter(output, "UTF-8"));
}