You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sending non-English (Chinese) string via UCS2 to SMPP and in the delivery receipt receive a hex in text part, which otherwise in normal gsm comes as first 10 characters of the message sent
How do I convert hex in case of UCS2 into the Chinese string ?
I assumed it as hex and tried but it is not working. Can we initialize pdutext and then execute its function to get the conversion ?
The text was updated successfully, but these errors were encountered:
tahseenjamal
changed the title
Converting the hex in delivery receipt to string
Converting the hex in text field of delivery receipt to original UCS2 text submitted
Nov 20, 2022
I am sending non-English (Chinese) string via UCS2 to SMPP and in the delivery receipt receive a hex in text part, which otherwise in normal gsm comes as first 10 characters of the message sent
How do I convert hex in case of UCS2 into the Chinese string ?
I assumed it as hex and tried but it is not working. Can we initialize pdutext and then execute its function to get the conversion ?
The text was updated successfully, but these errors were encountered: