We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
哦,转换成e
The text was updated successfully, but these errors were encountered:
我也遇到了
Sorry, something went wrong.
我也遇到了 是有这个问题的
我是这样解决的 Pinyin.init(Pinyin.newConfig() .with(new PinyinMapDict() { @OverRide public Map<String, String[]> mapping() { HashMap<String, String[]> map = new HashMap<String, String[]>(); map.put("哦", new String[]{"O"}); return map; } })); 关键再这里 Pinyin.toPinyin(src, "");
No branches or pull requests
哦,转换成e
The text was updated successfully, but these errors were encountered: