Special characters problem

Certified Lead Developer

Hi all,

We are having problems when a user enters special characters ($,<,> etc) in an interface. The data is stored in the DB and later on reloaded in the form incorrectly.

I have checked in our Oracle DB that value for NLS_CHARACTERSET is WE8ISO8859P1 and the value for NLS_NCHAR_CHARACTERSET is AL16UTF16

Does that mean that our DB is not configured to handle special characters? Should we ask our DBA to change the configuration in order to support the special characters?

Alternatively, is there any way to solve the problem from the code? I have seen in similar questions that a clean or substitute function could help. I think the best option is to write a funcion with multiple substitutes to store &lt; instead of "<" and so on.

Thanks a lot!

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data