NPPLDeveloper,
1.
Cute Editor doesn't have code to convert encoding.
To display the string from SQL Server, the following code should work.
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<%
Response.Write "My String from DB"
%>
2. Note that there are many encoding schemes in the Unicode standard, but SQL Server only supports one: UTF-16. You need to use N prefix in front of all columns – i.e. UPDATE Table SET Field = N’Unicode Value’;. Otherwise you will have problems.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx