Reference to character set in PL/SQL code - US7ASCII vs AL32UTF8
1 post
We have references to some characters like ampersand as chr(38) in PL/SQL code. And we are about to convert from US7ASCII to AL32UTF8. Will such code need a change after characterset conversion?
Re: Reference to character set in PL/SQL code - US7ASCII vs AL32UTF8
2 posts
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?"