I'm creating a Grails project with version 3.0.4 and something strange happens:
Two GSPs with the same content:
views > index.gsp:
views > domain > show.gsp:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
çççççççç óóóó úúúúúú ááá´´aááááá´´a´´´ççççç
</body>
</html>
Result views > index.gsp:
ççççççççççóóóúúúúúú ááá''aááááá''a''ççççç
Result views > domain > show.gsp:
ᴴa ᴴa
Does anyone understand why?