Re: Problem with Character Encoding

2010-03-12 Thread Larry Meadors
I just happen to have spent the last month wrestling with Oracle and UTF-8 encoding. I had to deal with BLOBs, but Strings should be easier. Oracle stores VARCHAR2, VARCHAR, and CLOB fields as unicode and when the driver fetches the value, it goes into a String which is just an array of unicode ch

Re: Problem with Character Encoding

2010-03-12 Thread François Schiettecatte
gt;>>> Larry >>>>> >>>>> >>>>> On Fri, Mar 5, 2010 at 2:44 PM, John Seer wrote: >>>>>> >>>>>> Hello, >>>>>> >>>>>> We am currently using Oracle DB with default utf-8 enco

Re: Problem with Character Encoding

2010-03-12 Thread John Seer
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

Re: Problem with Character Encoding

2010-03-12 Thread Larry Meadors
hich 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

Re: Problem with Character Encoding

2010-03-12 Thread John Seer
ncoded 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?

Re: Problem with Character Encoding

2010-03-05 Thread Ellis Miller
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 > >

Re: Problem with Character Encoding

2010-03-05 Thread Larry Meadors
     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. > > > -

Problem with Character Encoding

2010-03-05 Thread John Seer
-- 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-unsubscr