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...
asked by
14.08.2015 / 22:03