fatcodeguy
Programmer
Hi,
I have a database with CLOBs that I query to write XML files from the fields (UTF-8 encoding), and sometimes the file has a character that's invalid to the XML parser (if i open the generated xml in notepad, it shows up as a square).
I'm pretty sure that this is a character set issue that originates from the insertion of the data in the CLOB. I can't go back and do it right, i have to work with what's in the db.
Here's my question: How can I check for an invalid character?
Thanks!!
I have a database with CLOBs that I query to write XML files from the fields (UTF-8 encoding), and sometimes the file has a character that's invalid to the XML parser (if i open the generated xml in notepad, it shows up as a square).
I'm pretty sure that this is a character set issue that originates from the insertion of the data in the CLOB. I can't go back and do it right, i have to work with what's in the db.
Here's my question: How can I check for an invalid character?
Thanks!!