davinunesdasilva opened a new issue, #8783: URL: https://github.com/apache/netbeans/issues/8783
### Apache NetBeans version Apache NetBeans 27 ### What happened HTML files are being opened with ISO-8859-1 encoding even when the project is explicitly configured to use UTF-8 encoding. This encoding mismatch causes character display issues and inconsistency across the project. Other file types (CSS, JS, Java, etc.) correctly respect the UTF-8 project configuration. ### Language / Project Type / NetBeans Component _No response_ ### How to reproduce Create a new project or open existing project Configure project encoding to UTF-8 (Project Properties → Sources → Encoding) Create or open an HTML file containing UTF-8 characters (e.g., accented characters, special symbols) Observe that the file is opened with ISO-8859-1 encoding instead of UTF-8 ### Did this work correctly in an earlier version? No / Don't know ### Operating System Linux mint ### JDK openjdk 21 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else Issue affects only HTML files; other file types (CSS, JavaScript, Java, XML) correctly use UTF-8 Problem persists across NetBeans restarts ### Are you willing to submit a pull request? No -- 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: notifications-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists