I am checking if there are some Umlaute in my text. The error message is “Invalid character constant”
```
if (text.charAt(0) == 'ä') println("Hallo");
```
The same happens IMHO with every char above #127. This only happens in Processing. In pure java it works as it should.
Mit herzlichen Grüßen
Uli
