Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Are you using TwilioX?
Message
From
15/12/2018 20:01:09
 
 
To
05/12/2018 10:59:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Application:
Desktop
Miscellaneous
Thread ID:
01664150
Message ID:
01664516
Views:
44
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é
Previous
Reply
Map
View

Click here to load this message in the networking platform