Skip to content
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

toSimplified 中將"呼叫"转换成"唿叫" #16

Open
Joshua1986 opened this issue Aug 14, 2018 · 2 comments
Open

toSimplified 中將"呼叫"转换成"唿叫" #16

Joshua1986 opened this issue Aug 14, 2018 · 2 comments

Comments

@Joshua1986
Copy link

复现代码:
python from hanziconv import HanziConv print(HanziConv.toSimplified('呼叫'))
预期结果:"呼叫"
实际结果:"唿叫"

loretoparisi added a commit to loretoparisi/hanziconv that referenced this issue Jul 1, 2020
@loretoparisi
Copy link

@Joshua1986 I have fixed it now it should be ok

print(HanziConv.toSimplified("呼叫"))
# 呼叫

@chen-yingfa
Copy link

@loretoparisi As of version hanziconv-0.3.2 (installed using pip), this issue is not solved.

>>> s = '呼叫'
>>> print(HanziConv.toTraditional(s))
呼叫
>>> print(HanziConv.toSimplified(s))
唿叫

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants