euro currency symbol not displaying
817236Jun 14 2011 — edited Jun 14 2011Hi
I am using oracle 11gR2 and GNU/Linux.I am using Putty to connect linux box and connect DB.one table contains all countries currency symbol.
Problem is I couldn't able to select the 'euro' currency symbol in console but in sqldeveloper it's working good.
select symbol from gv_curr_info where curr_-cd='EURO';
-----
?
-----
I am getting '?' instead of euro symbol. in OS LANG=en_US.UTF-8 and in DB NLS_CHARECTERSET=AL32UTF8 and NLS_NCHAR_CHARACTERSET=UTF8.
putty also CHARACTERSET=UTF8.
any idea to solve this issue please?