Hello and thank you for reading my post.
My problem is the following: I want to compile a Java source file with \"javac\" with this file being UTF-8 encoded with a BOM (
Trim the BOM and then use javac -encoding utf8 x.java
javac -encoding utf8 x.java