Hello
I have doubts in the following issue:
what encoding should be used in case of non-english alphabet being
used.
http://api.textmagic.com/https-api - it is said here that UTF-8 should
be used, and the examples use utf-8
http://api.textmagic.com/https-api/supported-character-sets - it is
UTF-16 mentioned here.
I tried utf-16
username=xxxxx&password=yyyy&cmd=send&text=%FE%FF%04%21%04%32%04%3E
%04%31%04%3E%04%34%04%3D%04%30%04%4F+%FE%FF%04%4D%04%3D
%04%46%04%38%04%3A%04%3B%04%3E%04%3F
%04%35%04%34%04%38%04%4F&phone=9991234567&max_length=3&unicode=1
and got following response
{"message_id":{"8658465":"9991234567"},"sent_text":"","parts_count":1}
This is wrong response, isn't it?