Oh, was he talking about those accents! Sorry, don't have those either. Always forget the keycodes required. Only know the € -sign. I know that if I pick the NL keyboard, it will add those accents if required, but programming becomes almost impossible:
string value = "error is ";
becomes
string value = ėrror is ";
unless I use the space after the first "...
|