I tried to change the encoder in the jsp, the JetspeedResources.properties and the tomcat web.xml and i got the same problem. When I ahcnge it to UTF8 the value received change but it is so strange too. Do you know which encoding support all characters? How to make it run...
Thanks. Carlos Torres. ----- Original Message ----- From: "RaphaÃl Luta" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <jetspeed-user@jakarta.apache.org> Sent: Wednesday, December 29, 2004 9:02 AM Subject: Re: Page Parameters > Carlos Torres wrote: > > >Hi people, > > > >I have been problems in the parameters getted in my portlet classs. When I pass a value with special caracters(Ã,Ã,Ã, etc) it is received with problems. > >For Example: When I send a parameter with the word 'alteraÃÃo', it is received as 'AlteraâÂâÃo' > > > > > > > Jetspeed defaults to UTF8 encoding so the latter form you recieve is normal. > However, somewhere in your processing chain you assume the UTF8 > character is iso8859-1 and thus get an error. > This can happen in the DB settings, Java string generation, etc... > > If you're sure *never* to mix iso8859 characters with non iso chars, you > can modify the default Jetspeed properties > (conf/JetspeedResources.properties) to set the default encoding to > whatever fits your need. > > -- > RaphaÃl Luta - [EMAIL PROTECTED] > Apache Portals - Enterprise Portal in Java > http://portals.apache.org/ > > > --------------------------------------------------------------------- > 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]