G
goo
Guest
11.7.2 I am trying to send a URI with query param, but I am not getting a correct format. If I try to send http://mytest.com/page?nav n="test tast tust" as a message to SMS, it breaks. If I use Uri(" mytest.com/page tast tust",false) I am geting it converted, but I recevie it like http://mytest.com/page?navn="test+tast+tust" If I try to send "test & tust", the & will not be converted, and it breaks the link when seeing in the phone. I have got it to work, by converting space to _ and & to X like "test_X_tust", and reconverting it when it comes to the page, but my heart bleeds doing something like that
Is there a spesific way of encoding for sms ?
Continue reading...
Continue reading...