I want to write some code for currency stuff, so I try to use € for some nice postfix notation.
But I get this compiler error
Error:(46, 9) illegal character '\u20ac'
def € = EUR
^
Am I doing something wrong? Cos $ works fine and is a currency symbol as well.