I'm having problems with special characters in Crystal Reports. I have some data that went in and out of SQL via XML, so some charters were converted to special characters.
For example, and are converted to & and 'are converted to &apos . When data is presented in Crystal Reports with text interpretation set to HTML, it displays & how and how should. The problem I am facing is that &apos does not convert to 'it just stays like &apos .
Does anyone know why it will not convert &apos to '?
Any help would be great.
Thanks in advance.
source share