I'm experiencing a strange charset encoding behavior in when developing with playframework (1.2.4). In my main.html template viewfile (other views extend from that one) I've set a
<meta charset="utf-8">
But that encoding is somehow not inherited in my other views that are embeded into main.html. Do I really have to set the at the beginning of every viewfile and partial?
I am using eclipse Indigo Service Release 1 and my default encoding for html is set to utf-8. Anyone knows what to do?
THX in advance tschundeee :)