I have an application in .asp
and I was having problems with special characters, they were printed on screen in a totally unconfigured way.
To solve the problem, I applied:
Response.CharSet = "ISO-8859-1"
Response.CodePage = 28591
But now they are being printed on screen as .
Note: In my application, there is a mix of .asp
and. aspx