Possible Duplicate:
DBD::Oracle and utf8 issue
I set my NLS_LANG variable as 'AMERICAN_AMERICA.AL32UTF8' in the perl file that connects to oracle and tries to insert the data.
However when I insert a record with one value having this 'ñ' character the sql fails. But if I use 'Ñ' it inserts just fine.
What am I doing wrong here?
Additional info: If I change my NLS_LANG to 'AMERICAN_AMERICA.UTF8' I can insert 'ñ' just fine...