Now default system encoding is used for reports generation. For XML reports this probably is not a problem, but HTML reports are generated with ``` html <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> ``` header. UTF-8 encoding should be forced when writing report files.