views:

95

answers:

1

in php how can i convert normal text + accented characters in utf8 to gsm format for sending via sms.

A: 

There are patches out there that add GSM7 charset support to the GNU iconv library. That should help you. Alternatively, if you just want to do it manually (yick!) you could just retype this as PHP.

ivans