dict-zi.ts 注释汉字有误
Author: wvfanCreated Jan 16, 2026Updated Jan 18, 2026
在 src/data/dict-zi.ts 中,对于 4 位以上编码的 unicode 注释有误(例如,0x28d39,应是“”字,但注释是“费”)。应该是作者大大用 String.fromCharCode 批量生成的注释,而 fromCharCode 只会取后4位。如果用 ES6 的 String.fromCodePoint 则不会有这个问题
Source: hotoo/pinyin