You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Juan CaƱadas <jc...@tid.es> on 2006/04/17 10:41:24 UTC

Unicode support for ibatis

Hi

  i'm working with ibatis, struts and Oracle 9... when I get data 
published by a form, UTF-8 encoded, it's stored
in a nvarchar2 column (Oracle 9)... When I display this data, it's 
displayed as "????" in the html code...

 I'm working with Oracle's thin client, 
(NLS_LANG="SPANISH_SPAIN.AL32UTF8")... what's wrong?
Has ibatis support for unicode? must I configure anything more? is there 
some parameter to ibatis work with
utf8? is there some configuration example ibatis - oracle - unicode?

 Thanks...