Re: utf-8 a strange problem

2006-10-03 Thread Nathan Coast
fixed, well, nothing to fix actually, some of the text had got into the db containing escape sequences e.g. Aşterge so with bean:write filter="false" Aşterge was written to html as is and the browser rendered as Aşterge however with filter="true" Aşterge was written to html as Aşter

utf-8 a strange problem

2006-10-02 Thread Nathan Coast
Hi, utf-8 seems to be working fine in my apps for internationalised messages, unfortunately it seems to break whenever I use In other words, if I'm attempting to render 'Aşterge' from a resource bundle using a property of a bean and I attempt to render it using Interestingly, if I set How