GSM 字符编码
在php中,我如何将utf8中的普通文本+重音字符转换为gsm格式以通过短信发送。
in php how can i convert normal text + accented characters in utf8 to gsm format for sending via sms.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一些补丁可以将 GSM7 字符集支持添加到 GNU iconv 库中。那应该对你有帮助。或者,如果您只想手动执行此操作(哎呀!),您只需重新输入 此作为 PHP。
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.