Hii'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...
