Return-Path: Delivered-To: apmail-ibatis-user-java-archive@www.apache.org Received: (qmail 9352 invoked from network); 5 Mar 2010 23:46:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Mar 2010 23:46:48 -0000 Received: (qmail 19650 invoked by uid 500); 5 Mar 2010 23:46:33 -0000 Delivered-To: apmail-ibatis-user-java-archive@ibatis.apache.org Received: (qmail 19619 invoked by uid 500); 5 Mar 2010 23:46:33 -0000 Mailing-List: contact user-java-help@ibatis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user-java@ibatis.apache.org Delivered-To: mailing list user-java@ibatis.apache.org Received: (qmail 19612 invoked by uid 99); 5 Mar 2010 23:46:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 23:46:33 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of outlawdba@gmail.com designates 209.85.220.210 as permitted sender) Received: from [209.85.220.210] (HELO mail-fx0-f210.google.com) (209.85.220.210) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Mar 2010 23:46:31 +0000 Received: by fxm2 with SMTP id 2so5139640fxm.16 for ; Fri, 05 Mar 2010 15:46:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=W/dCC2VJ1zlO1TdG9+JUJakaUATBky3bx4WPnZujzd0=; b=tJPLY006+hgvgvSvHBpLJ0mEy+Iz3f7+vfWfN30uVIi7+b8TM2D/rqqi1pnRT3xcF1 eoFE8Iz35p/5PC/W7u0o0SlrRQte5oCA0OvhUiwD4EWKgJuoNByG88l6YfYM31gdT6ss jDeo8oq0uWpMfGM1qacT/wriqSr2eMNFDhcBU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ZZy2pBBvWjqScORZgrwkGeTQd28BDLM5pST4vdl03IESH8A5UCpOO+rDY0Rwrw9aih 3IxpnOOBhKRp/vBgk+gsy9/BvcFbL0DAjbRQhblQQz0YBfwtnL9NVdJxxPDFdRWutzS3 WHANuyZX/I+UU98n/J5QxJ2Dh0+RbTUHo+z6c= MIME-Version: 1.0 Received: by 10.239.188.68 with SMTP id o4mr103091hbh.21.1267832770071; Fri, 05 Mar 2010 15:46:10 -0800 (PST) In-Reply-To: References: <27799549.post@talk.nabble.com> Date: Fri, 5 Mar 2010 18:46:09 -0500 Message-ID: <5592ac01003051546g6f2397ex5639ff85b1052723@mail.gmail.com> Subject: Re: Problem with Character Encoding From: Ellis Miller To: user-java@ibatis.apache.org, larry.meadors@gmail.com Content-Type: multipart/alternative; boundary=001485f5ae30e50e7e048116513d --001485f5ae30e50e7e048116513d Content-Type: text/plain; charset=ISO-8859-1 If you think it's on the Oracle side start by checking NLS_LANG settings: http://www.oracle.com/technology/tech/globalization/htdocs/nls_lang%20faq.htm#_Toc110410543 Would try an Oracle Alter Session for NLS_LANG and see if that helps: http://forums.oracle.com/forums/thread.jspa?threadID=436286&tstart=360 Ellis R. Miller 937.830.8242 937.830.6027 --- @ WiseStamp Signature. Get it now On Fri, Mar 5, 2010 at 6:27 PM, Larry Meadors wrote: > I'd look for info on the oracle connection string, it's not really an > ibatis thing. > > I think that it happens that way by default though. > > Where are you seeing the "?" characters? > > Larry > > > On Fri, Mar 5, 2010 at 2:44 PM, John Seer wrote: > > > > Hello, > > > > We am currently using Oracle DB with default utf-8 encoding, we have two > > application one is using hibernate other one ibatis > > > > If I am running hibernate on windows or on linux I am seeing every > character > > which is returned is encoded correctly. > > But when I am using ibatis I can see that some of my characters were > replace > > by question mark others with replacement character when I run it on > linux. > > > > Is there any way to force connection encoding for ibatis? > > > > I googled this only reference about setting connection encoding is for > > ibatis 3. I am currently using 2.3.4.726. > > > > John > > > > > > -- > > View this message in context: > http://old.nabble.com/Problem-with-Character-Encoding-tp27799549p27799549.html > > Sent from the iBATIS - User - Java mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org > > For additional commands, e-mail: user-java-help@ibatis.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org > For additional commands, e-mail: user-java-help@ibatis.apache.org > > --001485f5ae30e50e7e048116513d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable If you think it's on the Oracle side start by checking NLS_LANG setting= s:

http://www.oracle.com/technology/te= ch/globalization/htdocs/nls_lang%20faq.htm#_Toc110410543

Would try an Oracle Alter Session for NLS_LANG and see if that helps: <= br>
http://forums.oracle.com/forums/thread.jspa?threadID= =3D436286&tstart=3D360

Ellis R. Miller
= 937.830.8242
937.830.6027



On Fri, Mar 5, 2010 at 6:27= PM, Larry Meadors <larry.meadors@gmail.com> wrote:
I'd look for info on the oracle connection string, it's not really = an
ibatis thing.

I think that it happens that way by default though.

Where are you seeing the "?" characters?

Larry


On Fri, Mar 5, 2010 at 2:44 PM, John Seer <pulsphoto@yahoo.com> wrote:
>
> Hello,
>
> We am currently using Oracle DB with default utf-8 encoding, we have t= wo
> application one is using hibernate other one ibatis
>
> If I am running hibernate on windows or on linux I am seeing every cha= racter
> which is returned is encoded correctly.
> But when I am using ibatis I can see that some of my characters were r= eplace
> by question mark others with replacement character when I run it on li= nux.
>
> Is there any way to force connection encoding for ibatis?
>
> I googled this only reference about setting connection encoding is for=
> ibatis 3. I am currently using =A0 =A0 =A0 =A0 =A02.3.4.726.
>
> John
>
>
> --
> View this message in context: http:/= /old.nabble.com/Problem-with-Character-Encoding-tp27799549p27799549.html
> Sent from the iBATIS - User - Java mailing list archive at Nabble.com.=
>
>
> ---------------------------------------------------------------------<= br> > To unsubscribe, e-mail:
user-java-unsubscribe@ibatis.apache.org
> For additional commands, e-mail: user-java-help@ibatis.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscribe@ibatis.apache.org
For additional commands, e-mail: user-java-help@ibatis.apache.org


--001485f5ae30e50e7e048116513d--