如何获取多种语言的utf8字符串的首字母英文单词?

发布于 2024-12-09 10:32:25 字数 118 浏览 0 评论 0原文

如何获取多种语言的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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

穿越时光隧道 2024-12-16 10:32:26

我知道 ICU 可以胜任这项工作。但我想要 PHP 实现。

您要求它: http://docs.php.net/manual/en/ intro.intl.php

I know ICU could do this job. But I want the PHP implementation.

You asked for it: http://docs.php.net/manual/en/intro.intl.php

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文