I have just encountered a bug while sending Text Message using clickatell gateway.
The issue is, if you want to send text with '+' symbol in it, the symbol is converted into the space when received by clickatell before relaying the message. The work around is to call java.net.URLEncoder.encode(message-text, "utf-8") to URLEncode the text prior passing it to service object for sending. Should it not be the part of the underlying API to deal with such encodings? Regards, Alam Sher --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib for Java User Group" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/smslib?hl=en -~----------~----~----~----~------~----~------~--~---
