ppkarwasz commented on issue #1449: URL: https://github.com/apache/logging-log4j2/issues/1449#issuecomment-1524113325
@jwmelto, Thank you for your report. All Log4j source files and resources are encoded using UTF-8. You can find this information in the POM file: ``` <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> ``` Since you are using Ant instead of Maven, you should use equivalent settings: cf. the `encoding` parameter for the [Javac task](https://ant.apache.org/manual/Tasks/javac.html). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
