如何获取多种语言的utf8字符串的首字母英文单词?
如何获取多种语言的utf8字符串的首字母英文单词以进行比较?
例如,中文单词“你”的英文首字母是“n”; “好”的首字母是“h”。
我知道 ICU 可以完成这项工作,但我想要 PHP 实现。
How to get initial English word for utf8 string of multiple languages for comparison purposes?
For instance, Chinese word, initial English word of "你" (means, you) is "n"; initial of "好"(means, good) is "h".
I know ICU could do this job but I want the PHP implementation.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您要求它: http://docs.php.net/manual/en/ intro.intl.php
You asked for it: http://docs.php.net/manual/en/intro.intl.php