Joris Keeman - 2012-03-08 15:02:50
Hi everyone.
I currently am trying to implement the HTTP api from www.budgetsms.net and I am able to send some SMS messages to my mobile.
Currently I have some problems with the encoding of my chars...
I need to submit url encoded UTF-8 text.
How do I check that my SMS text is UTF-8? And how do I convert my (unknown) encoded text to UTF-8?
Was trying some mb_* functions but did not get that working...