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 resulting html. I hope this will help .... Regards Leon David Harland wrote:
Hi, If I put the following \u00fc in a properties file and use it in a jsp i get the german character ΓΌ output. If I have an action with the variable test and I set it with \u00fc and I output it in a jsp I get the encoding ü. How do I get the character instead of this encoding please? Thanks Dave. ____________________________________________________________________________________ Don't let your dream ride pass you by. Make it a reality with Yahoo! Autos. http://autos.yahoo.com/index.html--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

