Hi all I am trying to send a string, a newline and other string to a cell phone. And I also need to send % sign. I am using 1.4.1 and sendsms GET interface.
If I urlencode the TEXT I get the literal %0A, if I don´t urlencode it, I get the newline correctly. If I urlencode the TEXT I get the %, but if I don´t, I get unspected behavior. Which is the correct way to send these chars, so I can get % and newline at the same time?? Do I have to urlencode (or rawurlencode) and do something else? The manual specifies that the text field should be urlencoded. Any help will be very appreciated Regards Emiliano
