I'm trying to use internationalization with grails
everything works fine on browser, Greek characters display properly, but when I open the page source of the browser to check the generated html code, the Greek characters display like this:
<meta name="keywords" content="Ενοικιαζόμενα δωμάτια"/>
The issue above arises only when I use the the message function , i.e.
content="${message(code:'keywords' )}"
When I use the tag message,
<pre>
<g:message code="test" />
</pre>
Greek characters are shown correctly on the source code of the browser.
Any help? I found this page: http://htmlhelp.com/reference/html40/entities/symbols.html for Greek symbols and html entities
I suppose Google's spiders wont be happy with the Greek version of the site