How to fix the Pound signs ('£') into the database?
This problem has been around for a number of years and we are now looking into a
resolution. The users have been entering pound signs ('£') into the database
and these are being displayed back as upside down question marks. The suggested
resolution is to change the database to the 'WE8MSWIN1252' character set and
change the NLS_LANG settings on the clients to 'English_United
Kingdown.WE8MSWIN1252'. Additionally, we would add the following to the
database initialization
file:
nls_currency='£'
nls_language='English'
nls_territory='United Kingdom'
To achieve this we intend running the csscan utility with:
nls_language='English'
nls_territory='United Kingdom'
To achieve this we intend running the csscan utility with:
0