hvoynov commented on issue #11258:
URL: https://github.com/apache/maven/issues/11258#issuecomment-3399406127

   Yes, it should be ISO-8859-1. But Maven does not use java.util.Properties 
and simply calls `Files.lines(configFile.toPath(), Charset.defaultCharset())`.
   
https://github.com/apache/maven/blob/f8cbbb9c6cfab2dd53547532f4393d7988030c20/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java#L386-L387
   
   Should Maven use Properties.load?


-- 
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]

Reply via email to