Closed
Encode Message to UTF-8
We have a requirement to encode sms message to UTF-8. Please suggest steps to perform.
***Edited by Moderator Rupashree S. to add Capability tags***
To see attachments, please log in.
@TejaP544 - Using javascript we can make use of below function.
encodeURIComponent("Encode to UTF-8");
Thank you.