RE: How do I get Chinese & Arabic to/from struts

2004-10-12 Thread Hiran.Chaudhuri
David Thielen [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 12. Oktober 2004 14:03 > To: 'Struts Users Mailing List' > Subject: RE: How do I get Chinese & Arabic to/from struts > > I use JRun instead - will this work on it? > > Thanks - dave > > >

RE: How do I get Chinese & Arabic to/from struts

2004-10-12 Thread David Thielen
I use JRun instead - will this work on it? Thanks - dave -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Bill Siggelkow Sent: Monday, October 11, 2004 10:15 PM To: [EMAIL PROTECTED] Subject: Re: How do I get Chinese & Arabic to/from struts Use Tomc

guessing request encoding (was RE: How do I get Chinese & Arabic to/from struts)

2004-10-12 Thread Hiran.Chaudhuri
> Subject: Re: How do I get Chinese & Arabic to/from struts > > Use Tomcat's SetCharacterEncoding filter. > == > /* > * Copyright 2004 The Apache Software Foundation > * > * Licensed under the A

RE: How do I get Chinese & Arabic to/from struts

2004-10-12 Thread Hiran.Chaudhuri
Hi, David. Sorry, guy, but you got the wrong setting. A meta tag is maybe used by the browser, but it is not authorative as you observe. To tell the webserver how the page is encoded (on the server side only), use <[EMAIL PROTECTED] encoding="..."%> To tell the webserver how the page output shal

Re: How do I get Chinese & Arabic to/from struts

2004-10-11 Thread Bill Siggelkow
Use Tomcat's SetCharacterEncoding filter. == /* * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.