UTF-8 Encoding

Hello

How can i write the contents of a string variable to a HTML page with UTF-8 encoding Please help

Navaneeth




Answer this question

UTF-8 Encoding

  • Steve010010101111101010011111111

    hi,

    regarding to the asp.net encoding system like that

    <%@ Page Language="VB" ContentType="text/html" ResponseEncoding="UTF-8" %>

     

    regarding to the html part of the page you can set the encoding like that

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">



  • UTF-8 Encoding