Thanks Radu. You mean all values of keys need translating using native2ascii. If yes, the properties files will not be readable. Can you please clarify that?
Thanks again. On Dec 18, 2007 1:08 PM, Radu Solomon <[EMAIL PROTECTED]> wrote: > you need to do a native2ascii on your application resources and then it > will work. We had same problem with our application. > > *Radu Solomon* > > /Software Developer/ > N-able Technologies(R) > 450 March Road, 4th Floor > Ottawa, Ontario > > K2K 3K2 > > www.n-able.com <http://www.n-able.com/> > > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > *Tel:* (613) 592-6676 x 301 > > *Toll Free:* 877-655-4689 x 301 > > *Fax:* (613) 592-2242 > > > > [EMAIL PROTECTED] wrote: > > Hi all, > > > > I have a French bundle with this key/value inside: > > > > button.close=Fermer la fen�tre > > > > In a JSP, <s:property value="getText('button.close')"/> outputs Fermer > la > > fenêtre. The letter "�" is not rendered properly. I use Eclipse and > UTF-8 > > for properties file encoding. > > > > I guess something is wrong with properties file editor setting. What > editor > > should I set for the properties file in eclipse? > > > > Could anyone give a hand? > > > > Thanks. > > > > >