berniey / hanziconv

Hanzi Converter for Traditional and Simplified Chinese
Other
180 stars 43 forks source link

toSimplified 中将“呼”转成唿”,将“溜”转成“熘” #17

Open tsaizehua opened 5 years ago

tsaizehua commented 5 years ago

toSimplified 中将“呼”转成唿”,将“溜”转成“熘”

loretoparisi commented 4 years ago

@tsaizehua if I understand you mean that

becomes becomes

so I have fixed in in order to have

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

Is that correct?