← Back to team overview

dhis2-devs team mailing list archive

Unicode Message Support in Dhis2.

 

Hi,

I am trying to send an Unicode message like below using default sms
configuration in Dhis2. Normal text messages coming fine.

Unicode for नमस्ते:

%26%232344%3B%26%232350%3B%26%232360%3B%26%232381%3B%26%232340%3B%26%232375%3B


Using following gateway api(same I have setup in SMS gateway
Configuration):

If i call it in a browser it is working fine.

*http://msdgweb.mgov.gov.in/esms/sendsmsrequest?username=*****&password=****&smsservicetype=unicodemsg&content=%26%232344%3B%26%232350%3B%26%232360%3B%26%232381%3B%26%232340%3B%26%232375%3B&mobileno=*****&senderid=****
<http://msdgweb.mgov.gov.in/esms/sendsmsrequest?username=*****&password=****&smsservicetype=unicodemsg&content=%26%232344%3B%26%232350%3B%26%232360%3B%26%232381%3B%26%232340%3B%26%232375%3B&mobileno=*****&senderid=****>*

Same I have setup in Default Sms Configuration but there it is sending the
whole Unicode string as a text message.

Can anybody tell Unicode is supported in Dhis2 Default Send SMS/Program
Notifications.

Thanks in advance!