PD4ML November 9, 2020 at 14:27 #34016 We’ll analyze the issue and let you know. BTW: does it change the output if you remove the charset from byte[] myBytes = html.getBytes(StandardCharsets.UTF_8); to byte[] myBytes = html.getBytes(); ?