browser encoding settings

From: faraz siddiqi (siddiqifaraz@hotmail.com)
Date: Mon May 30 2005 - 22:04:29 CDT

  • Next message: faraz siddiqi: "browser encoding settings"

    AOA All

    this is my first email on this group , i am working on an urdu email editor and it is in final stages , can anyone tell me the way through which my emai automatically convert brwoser's encoding settings to utf-8 when it viewd in yahoo,hotmail etc

    regards

    Faraz




    Faraz Siddiqi             
    IGT & E (C/G) GHQ           Ministry of Defence Chaklala 
     Cantt Rawalpindi  0300-5348722                    0333-2604790

     




    >From: "faraz siddiqi" <siddiqifaraz@hotmail.com>
    >To: unicode@unicode.org
    >Subject: email rendering in unicode
    >Date: Sat, 21 May 2005 20:56:57 +0000
    >

    attached mail follows:


    Dear All how r u people

    many thanx all of u support me a lot and reply my queries, it is really appriciable

    pls have a look at my email editor

    http://www.urdustreet.com/email/eml.htm

    and send email to urself, type randomly anything i know u dont know anything about my language urdu but write anything and check if it deliver to ur mailbox as it is or in the form o grbage, the problem is my editor render email as garbage try to email anything to urself from my editor pls let me know what i should do , my mind is really stuck in this situation since last month

    Faraz

    middle tier i use is

    <%
    Response.Buffer = True
    Dim strBody
    Dim Mail  
    Dim strtoEmailAddress
    Dim strsub
    dim filepath

    strBody = request.Form("T5")
    Set Mail = Server.CreateObject("Persits.MailSender")
    Mail.Host = "mail.urdustreet.com"
    Mail.Port = 25
    Session.CodePage = 65001
    Mail.From = Request.Form("T1")
    Mail.AddAddress Request("T3")
    Mail.Subject = Mail.EncodeHeader( Request("T4"), "utf-8")
    Mail.IsHTML = True
    Mail.Body = "<HTML><head><title></title></head><BODY BGCOLOR=#0000FF>"&strBody&"</BODY></HTML>"
    Mail.CharSet = "UTF-8"
    Mail.ContentTransferEncoding = "Quoted-Printable"
    Mail.Send
    if Mail.Send then
    response.write "<font face='Verdana' style='font-size: 8pt' color='#FFFFFF'>Your message was sent successfully! We'll update your profile as early as possible.</font>"
    else
    response.write "<font face='Verdana' style='font-size: 8pt' color='#FFFFFF'>Sorry, your mail cannot be delivered: The error was: " & Err.Description & ".</font>"
    Set Mail = Nothing
    end
    %>

    Faraz Siddiqi             
    IGT & E (C/G) GHQ           Ministry of Defence Chaklala 
     Cantt Rawalpindi  0300-5348722                    0333-2604790

     



    This archive was generated by hypermail 2.1.5 : Mon May 30 2005 - 22:06:56 CDT