Re: Inserting Japanese characters in database using ibatis

2009-07-25 Thread Ashish Kulkarni
What database are you using? > > > On Fri, Jul 24, 2009 at 12:22 PM, Ashish Kulkarni < > ashish.kulkarn...@gmail.com> wrote: > >> HiHas anyone noticed issue with inserting japanese characters in database >> using ibatis, i am having some issues here, i have debugged

Re: Inserting Japanese characters in database using ibatis

2009-07-24 Thread Stephen Boyd
Ibatis is most likely not the problem. The database needs to be configured to accept unicode characters. What database are you using? On Fri, Jul 24, 2009 at 12:22 PM, Ashish Kulkarni < ashish.kulkarn...@gmail.com> wrote: > HiHas anyone noticed issue with inserting japanese char

Inserting Japanese characters in database using ibatis

2009-07-24 Thread Ashish Kulkarni
HiHas anyone noticed issue with inserting japanese characters in database using ibatis, i am having some issues here, i have debugged my program and found that the class which is passed to ibatis as input parameter has correct japanese characters, but in database they are not, Is there any special