filipe-maia opened a new issue, #4481: URL: https://github.com/apache/netbeans/issues/4481
### Description Hi. I work in a company where everybody is free to use the software they want to develop, as long as the applications developed work without any issues. Some of us use JDeveloper, others use IntelliJ, Eclipse, etc.. It's good to work in a place where there are no IDE restrictions. The problem I'm currently facing with NetBeans: Some of our older projects have multiple encodings, JAVA and PROPERTIES files are in Windows-1252, POM, XML and XHTML files are in UTF-8 (with the encoding="UTF-8" in the top of the file); The POM files are correctly configured, with the <project.build.sourceEncoding>Cp1252</project.build.sourceEncoding> and everything compiles correctly and works without any issues; NetBeans will incorrectly use 1252 for every file in the project. I found this old issue: https://bz.apache.org/netbeans/show_bug.cgi?id=157498 Thanks. ### Use case/motivation NetBeans to be able to use different encodings in different files of the same project. ### Related issues _No response_ ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
