I am currently working on Classic ASP. I want to show string like '₱abc£123@!#$%&*`~<>?';:"\|}{[]+=-*9()0€₼лв៛₡₱₴' which contains special symbols and currency symbols.But these special and currency symbols are showing as ?.
this issue not about unicode characters but is about special symbols.
I have added the below code but I am still facing this problem
HTML: content-type: text/html; charset=utf-8
VB script : <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
Also added Response.CodePage = 65001 Response.CharSet = "utf-8"