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
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
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