go-pinyin icon indicating copy to clipboard operation
go-pinyin copied to clipboard

繁体字 鉆 返回 chān

Open Schr0dingerCat opened this issue 5 years ago • 2 comments

谢谢大大无私分享的项目,我使用时,数据主要是台湾繁体字 还没有完全测试,只是测了几个,发现 鉆 对应的拼音 "shuǎ", 我是在pinyin_dict.go里查的 0x29246: "shuǎ" 但是我程序输出的却是 “chān” 为啥嘞???

Schr0dingerCat avatar Nov 14 '19 01:11 Schr0dingerCat

因为 对应的是 0x9246 不是 0x29246

mozillazg avatar Nov 14 '19 14:11 mozillazg

@mozillazg 对的,是0x9246 ,上面那个0x29246是我弄错了,但是为啥 0x9246: "chān,qián,tiē", 鉆 这个字 发 音里没有 zuan 这个音???

Schr0dingerCat avatar Nov 19 '19 02:11 Schr0dingerCat