Re: html entities conversion

2007-04-20 Thread Julian Wood
I think you should write your properties files in UTF-8, tell tapestry to read them using UTF-8, output your html as UTF-8 and be sure to include the appropriate meta tag meta http-equiv=Content- Type content=text/html;charset=UTF-8 / in your web pages too.

html entities conversion

2007-04-19 Thread Jonathan Bélisle
Hi, I would like to know how to encode html entities present in resource file. Example : home_fr.properties msg01=numéro It should print numeacute;ro when i look at the html source in my browser. If I put numeacute;ro directly in the resource file, tapestry encode the to amp; so I get