How can I show an nvarchar column that stores unicode data (Entered with the zawgyi1 font) in a classic ASP web page?
When I retrieve and write the value to the pag
What about your codepage definition at the top of your page?
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>