|
I assume DMU takes care of data existing in DB. I am concerned on data that will be inserted afterwards using chr(38) from PL/SQL code. Will it insert ampersand or will it insert some other character as per UTF-8?
Essentially, my question is "Is ampersand referred as chr(38) both in ASCII and UTF-8?"
|