Hi all,
I am trying to print a report from Unix.report has a TEXT as "a further fee of £ 15" but when the print is taken the TEXT prints "a further fee of # 15"
I have set NLS_LANG in NLS_database_paramters and tried
select chr(163) from dual;
and it displays '£' sign so the environment is correctly setup
ANY IDEAS
Thanks in Advance
JHA