Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Are you using TwilioX?
Message
De
15/12/2018 20:01:09
 
 
À
05/12/2018 10:59:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Application:
Desktop
Divers
Thread ID:
01664150
Message ID:
01664516
Vues:
45
This is what I needed to do to make this work. Thanks for your help that guided me in the right direction.

cMessage = "Test réussi!"
cConv1 = STRCONV( cMessage, 1, 1036)
cConv2 = STRCONV( cConv1, 9, 1036)

So I had to convert my message to UTF-8


>>If you are perhaps you could help me with the following problem that I have.
>>
>>I can't send characters that have accents. àÀéÉ
>>
>>I contacted the author and he told me that that there is nothing that could explain that behavior.
>
>Denis,
>
>Did you try to convert the text of the message to Unicode by STRCONV(STRCONV(m.MessageBody, 1), 5)?
*******************************************************
Save a tree, eat a beaver.
Denis Chassé
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform