Question : mailto and french accents

I am having trouble with the mailto: function. If I use french accents whent the email actually comes up, there are strange characters in place of the accents. Should I be using other characters to represent the accents? If so what are they?

            Dim subject As String = "é à è ê ç É À È Ê, etc."
            Dim body As String = "é à è ê ç É À È Ê, etc."
            lnkEmail.NavigateUrl = "mailto:?Subject=" & subject & "&Body=" & body

Thanks,

Answer : mailto and french accents

Try changing your codepage to 1252.

From the HTML view, hit F4 to bring up the Properties window, select DOCUMENT in the dropdown list, then change codePage to 1252.
Random Solutions  
 
programming4us programming4us