Hi, I'm using .properties files in WEB-INF for localisation and using <span key="some_text"/> on the html pages to generate the relevant text for the users locale. I am however having a small problem at the moment with the euro symbol €, when this is placed in the .properties file, it is rendered as ? on the actual html page by tapestry.
I suspect encoding is the problem, but I'm none the wiser as to how I would 'escape' this character in the .properties file so that it would be displayed correctly on the subsequent web page. Any feedback, comments or suggestions would be welcome . . . /Brian.