Hi
I have a application that inserts data into a SQL table, the table has a <body> column contains HTML for example:
<p style="margin: 0cm 0cm 12pt;">ñ</p>
I need a method to pick up the special character in this case ñ & convert it to its HTML/Unicode equivalent ñ in this case
any help appreciated