Re: [s2] How do I output unicode characters please help

2007-12-19 Thread Jonny Cavell
properties but it is still outputting ü. >>> >>> Can someone please tell me what I might be doing wrong. >>> >>> Dave. >>> >>> ----- Original Message >>> From: Leonidas Papadakis <[EMAIL PROTECTED]> >>> To

Re: [s2] How do I output unicode characters please help

2007-09-23 Thread Laurie Harper
From: Leonidas Papadakis <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Saturday, September 22, 2007 4:22:04 PM Subject: Re: [s2] How do I output unicode characters please help Hi there, in my Greek scenario i have set the below in struts.properties file : struts.i18n.enco

Re: [s2] How do I output unicode characters please help

2007-09-23 Thread David Harland
How do i do that please? - Original Message From: Leonidas Papadakis <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Sunday, September 23, 2007 10:38:12 AM Subject: Re: [s2] How do I output unicode characters please help What if you convert the hex unicode that you get fr

Re: [s2] How do I output unicode characters please help

2007-09-23 Thread Leonidas Papadakis
an action? - Original Message From: Leonidas Papadakis <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Sunday, September 23, 2007 9:09:30 AM Subject: Re: [s2] How do I output unicode characters please help Just put the umlaut character u" directly to your property file an

Re: [s2] How do I output unicode characters please help

2007-09-23 Thread David Harland
is still outputting ü. > > Can someone please tell me what I might be doing wrong. > > Dave. > > - Original Message > From: Leonidas Papadakis <[EMAIL PROTECTED]> > To: Struts Users Mailing List > Sent: Saturday, September 22, 2007 4:22:04 PM > Subject: Re

Re: [s2] How do I output unicode characters please help

2007-09-23 Thread Leonidas Papadakis
Dave. - Original Message From: Leonidas Papadakis <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Saturday, September 22, 2007 4:22:04 PM Subject: Re: [s2] How do I output unicode characters please help Hi there, in my Greek scenario i have set the below in struts.prop

Re: [s2] How do I output unicode characters please help

2007-09-22 Thread David Harland
ct: Re: [s2] How do I output unicode characters please help Hi there, in my Greek scenario i have set the below in struts.properties file : struts.i18n.encoding=UTF-8 struts.locale = el_GR in my freemarker.properties : default_encoding=UTF-8 locale=el_GR in my jsp file : <%@ page contentT

Re: [s2] How do I output unicode characters please help

2007-09-22 Thread Leonidas Papadakis
Hi there, in my Greek scenario i have set the below in struts.properties file : struts.i18n.encoding=UTF-8 struts.locale = el_GR in my freemarker.properties : default_encoding=UTF-8 locale=el_GR in my jsp file : <%@ page contentType="text/html; charset=utf-8" %> Also check the doctype of your