Thank you. I will take this up with weblogic.
Naveed ----- Original Message ----- From: Janne Jalkanen <[email protected]> To: [email protected] <[email protected]> Sent: Tue Jun 09 21:39:23 2009 Subject: Re: URGENT -- UTF-* encoding issue Since the data on-disk is already different from what was posted, it's quite likely that the HTTP POST is not parsed correctly by the servlet container. There is a change - in 2.4 we were explicitly parsing with new String( String.getBytes("Latin1"), "UTF-8" ), but with 2.8 we're using request.setCharacterEncoding("UTF-8"). This could be the reason, in which case it looks like Weblogic has a fairly serious problem. /Janne On 9 Jun 2009, at 22:44, Ahmad, Naveed1 wrote: > Thanks - but > > 1) I am using weblogic 10.2 > > 2) We do not have the issue with jspwiki 2.4 on weblogic 10.2 > > I will check weblogic for this setting. > > Thanks, > > Naveed > > > ----- Original Message ----- > From: Janne Jalkanen <[email protected]> > To: [email protected] <[email protected] > > > Sent: Tue Jun 09 20:28:06 2009 > Subject: Re: URGENT -- UTF-* encoding issue > > > Did you check this? > > http://www.jspwiki.org/wiki/TomcatAndUTF8 > > /Janne > > On 9 Jun 2009, at 13:39, Ahmad, Naveed1 wrote: > >> Or an Apostrophy >> >> >> -----Original Message----- >> From: Ahmad, Naveed1 [CMB-IT] >> Sent: 09 June 2009 11:38 >> To: [email protected] >> Subject: RE: URGENT -- UTF-* encoding issue >> >> Not able to do this ..... However the underlying page.txt file has >> "â" character which should be a "-" >> >> -----Original Message----- >> From: Ahmad, Naveed1 [CMB-IT] >> Sent: 08 June 2009 18:17 >> To: [email protected] >> Subject: Re: URGENT -- UTF-* encoding issue >> >> Thanks >> >> Good point - I will try it shortly >> >> >> ----- Original Message ----- >> From: Harry Metske <[email protected]> >> To: [email protected] <[email protected] >>> >> Sent: Mon Jun 08 18:10:39 2009 >> Subject: Re: URGENT -- UTF-* encoding issue >> >> can you reproduce this problem on http://sandbox.jspwiki.org ? >> >> Harry >> >> >> 2009/6/8 Ahmad, Naveed1 <[email protected]> >> >>> I have recently upgraded to 2.8.2 and have a major problem with >>> Character encoding in some pages. (UTF-8) >>> >>> "Select Start ¬タモ Run ¬タモ and" >>> >>> Single Quotes/ Double Quotes and Hypthens (-) are being rendered >>> in wiki >>> as some wierd character? Once I edit the file it appears ok - in >>> unix >>> the orginal file is fine. Any help would be very much appreciated. >>> >>> Thanks, >>> >>> Naveed. >>> >> > >
