We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
非常感谢
The text was updated successfully, but these errors were encountered:
v1.13.0 已支持。
Sorry, something went wrong.
效果如下:
/** * 大陆简体==>标准繁体=》日文 */ @Test public void testJpTraditional() { String original = "我在日本学习音乐,并学习了龙的字。"; String result = ZhJpConverterUtil.toTraditional(original); Assert.assertEquals("我在日本学習音楽,並学習了竜的字。", result); } /** * 日文=>标准繁体=>简体 */ @Test public void testJpSimple() { String original = "我在日本学習音楽,並学習了竜的字。"; String result = ZhJpConverterUtil.toSimple(original); Assert.assertEquals("我在日本学习音乐,并学习了龙的字。", result); }
@houbb 非常感谢!用上了用上了,辛苦您了
No branches or pull requests
非常感谢
The text was updated successfully, but these errors were encountered: