1@ Language=VBScript
1<html>
2<head>
3<title>UNICODE Encoding</title>
4</head>
5<body>
Dim strU
dim strNormal
strU= ChrW(7913)
strNormalANSI= "aiN"
1
2<font face="arial" size="+1">
3<p>An ANSI value: ```
4=strNormalANSI
An HTMLencoded String: ``` =Server.HTMLEncode(strU) ```