Re: [S2] Struts encoding problem ?

2007-02-22 Thread Jacopo
to get euro HTML entity case'\u0080': filtered = euro;; break; case'\u20AC': filtered = euro;; break; ... } -- View this message in context: http://www.nabble.com/Struts-encoding-problem---tf2104457.html#a9100705 Sent from

Re: Struts encoding problem ?

2006-08-16 Thread Leon Rosenberg
are you using iso-8859-1 (latin1) ? cause it doesn't contain euro, you should switch to iso-8859-15 or utf-8 regards leon On 8/14/06, Mark Breitner [EMAIL PROTECTED] wrote: Hi, I´ve got the problem the I want to send the € (Euro) character via struts and whenever this character appears in a

Re: Struts encoding problem ?

2006-08-15 Thread kalpesh modi
You can configure your web.xml file. In Weblogic, you do something like this. input-charset resource-path/foo/resource-path java-charset-nameUTF-8/java-charset-name /input-charset In Tomcat, something like this. init-param param-namejavaEncoding/param-name

Struts encoding problem ?

2006-08-14 Thread Mark Breitner
Hi, I´ve got the problem the I want to send the € (Euro) character via struts and whenever this character appears in a string, all I receive in my action is an empty string. Is this an encoding problem and what do I have to do to solve it ? -- Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur

Re: Struts encoding problem ?

2006-08-14 Thread Monkeyden
First, what does send the Euro character via struts mean? Second, are you using the entity or numeric references (euro; and #8364; respectively)? Do you really need to send the character itself? It may be best to use the character itself just for presentation purposes and pass some string that

RE: Struts encoding problem ?

2006-08-14 Thread Chetan Pandey
Try sending its Unicode Equivalent. Available from www.unicode.org. CHetan -Original Message- From: Mark Breitner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 12:55 AM To: user@struts.apache.org Subject: Struts encoding problem ? Hi, I´ve got the problem the I want to send

Re: Struts encoding problem ?

2006-08-14 Thread Monkeyden
: Mark Breitner [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 12:55 AM To: user@struts.apache.org Subject: Struts encoding problem ? Hi, I´ve got the problem the I want to send the € (Euro) character via struts and whenever this character appears in a string, all I receive in my action

Re: Struts encoding problem ?

2006-08-14 Thread Mark Breitner
@struts.apache.org Betreff: Re: Struts encoding problem ? First, what does send the Euro character via struts mean? Second, are you using the entity or numeric references (€ and € respectively)? Do you really need to send the character itself? It may be best to use the character itself just

Re: Struts encoding problem ?

2006-08-14 Thread Mark Breitner
Mailing List user@struts.apache.org Betreff: Re: Struts encoding problem ? This avoids the real question. I would have to hear a pretty good case as to why the character itself needs to be sent to begin with. On 8/14/06, Chetan Pandey [EMAIL PROTECTED] wrote: Try sending its Unicode Equivalent

Re: Re: Struts encoding problem ?

2006-08-14 Thread Dakota Jack
. But I havent found one yet. Original-Nachricht Datum: Mon, 14 Aug 2006 13:56:11 -0400 Von: Monkeyden [EMAIL PROTECTED] An: Struts Users Mailing List user@struts.apache.org Betreff: Re: Struts encoding problem ? This avoids the real question. I would have to hear a pretty good