You can try this also: http://jakarta.apache.org/tomcat/faq/misc.html#utf8


-----Original Message-----
From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 3:47 AM
To: Struts Users Mailing List
Subject: Re: Problems with UTF-8 and forms



On 03/01/2004 12:29 AM Jon Bohm wrote:


BUT if I rewrite my custombean's getValue method it all works fine (except for swedish uppercase letters):

public String getValue()
{
return new String( value.getBytes(), "UTF-8");
}


Still shouldn't be necessary.



Apache Tomcat/5.0.12
Java 1.4.2_01-b06
Struts 1.1 (I think - how do I check?)
Windows XP (I know, I'm a Linuxdude gone bad)





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to