Euro Symbol display
573174Apr 18 2007 — edited Apr 20 2007My 10g2 db is using the character set WE8MSWIN1252 and I even set NLS_CHARACTERSET to this value before launching my Windows application that uses the thin java client to connect to my Oracle db. The column is NCHAR and I can see the proper Euro symbol if I insert CHR(128) every time I want to use this symbol. But, it is not practice for me to parse all user input.
Is there a database mechanism so that the Euro symbol (hex AC) is displayed properly without additional SQL on the insert?