-
-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为什么拼音里有a的会有问题呢? #138
Labels
Comments
Same issue, |
我刚也遇到了这个问题,所有带有a的拼音都转不了,退回到3.0版本没问题! |
已修复 #119 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PHP7.3.1
nginx
使用composer require "overtrue/pinyin:~4.0"进行安装
代码如下
`
require(dirname(FILE) . '/vendor/autoload.php');
use Overtrue\Pinyin\Pinyin;
$pinyin = new Pinyin();
$a = $pinyin->convert('带着希望去旅行,比到达终点更美好');
print_r($a);
`
输出以下内容
经测试,不管是abbr还是convert。前面几个有问题的都有问题
The text was updated successfully, but these errors were encountered: