I’m using Eclipse IDE 2022-09 (4.25.0) and when I print a French text like Périneau, the console return P�rineau.
example:
String str = "Périneau";
System.out.println(str);
console:
P�rineau
Is there something that I can do to have a good output?