Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending UTF-8 emails using CDO2000
Message
De
21/07/2021 02:47:03
 
 
À
20/07/2021 11:07:25
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
01681865
Message ID:
01681880
Vues:
72
you can first try to convert the text to UTF-8 using STRCONV () ?

>maybe try with:
>
.BodyPart.CharSet="utf-8"
>

I tried
loMail = NEWOBJECT("Cdo2000", "Cdo2000.fxp")
WITH loMail
    .cCharset = 'UTF-8'
...
CDO2000.prg code populates bodypart and other charsets from this.
However russian utf-8 body and subject still contain garbage characters.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform