Re: accent in url parameter of DirectAction
Jérémy DE ROYER <[email protected]> Wed, 21 Jul 2010 13:35:49 +0200
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Why not using URLDecoder.decode(s) ? Jérémy Le 21 juil. 2010 à 12:58, Pierre Gilquin a écrit : > Thanks but it is worst, I get some %3F instead of any accentued character. > > ----- Original Message ----- > From: Jérémy DE ROYER > To: Pierre Gilquin > Cc: [email protected] > Sent: Wednesday, July 21, 2010 12:33 PM > Subject: Re: accent in url parameter of DirectAction > > Hello, > > May be you can try : URLEncoder.encode(arg0); > > Jérémy > > Le 21 juil. 2010 à 12:31, Pierre Gilquin a écrit : > >> Hi all, >> >> I am working with iso-8859-1everywhere in my app (html and db). >> I have a DirectAction with parameters. >> When parameter has accent (ex : ../MyApp.woa/wa/MyDA?menu=café), I dont get the correct word "café" in my java code. >> I know it is the same malediction from the begining of computer with the limited ansi code. >> >> Any idea how to deal with this ? >> Thanks in advance. >> Pierre >> >> _______________________________________________ >> WebObjects-dev mailing list >> [email protected] >> http://www.omnigroup.com/mailman/listinfo/webobjects-dev > > _______________________________________________ > WebObjects-dev mailing list > [email protected] > http://www.omnigroup.com/mailman/listinfo/webobjects-dev _______________________________________________ WebObjects-dev mailing list [email protected] http://www.omnigroup.com/mailman/listinfo/webobjects-dev