What should I do to convert utf-8 to gsm-7 in PHP. I got this link http://mobiletidings.com/2009/07/06/gsm-7-encoding-gnu-libiconv/ But dont know how to do this in PHP.
A:
just rewrite the code that comes in the article after words "Here, finally is the source of “gsm-7”:" from c to PHP, it is obvious, 3/4 doesn't need any conversion
Andrey
2010-06-03 09:57:02
dnt know how to do this :-(. someone pls help
Ashwin
2010-06-04 15:22:33
@Ashwin what piece you don't know exactly?
Andrey
2010-06-04 16:27:15
the strucure part and the static 's
Ashwin
2010-06-04 17:25:36
@Ashwin structures can be expressed as arrays in php
Andrey
2010-06-05 14:40:26