Here is my little example code:
String legend = "Øzil";
if (legend.equals("Øzil")) {
System.out.println("You should have bought him Moyes");
}
Whenever I try to compile this code I get this error message: error: Not a Statement* String legend = Øzil"