libvchewing-data 1.5.9 已经发布
此版本更新内容包括:
该发行版页面仅用于提供给新酷音输入法使用的资料档案。
手动编译前,得对 libchewing 套用下述修补(by yan12125):
diff --git a/src/tools/init_database.c b/src/tools/init_database.c
index 5bff504..1ad9762 100644
--- a/src/tools/init_database.c
+++ b/src/tools/init_database.c
@@ -531,7 +531,7 @@ void insert_leaf(NODE * parent, long phr_pos, uint32_t freq)
NODE *pnew;
for (p = parent->pFirstChild; p && GetUint16(p->data.key) == 0; prev = p, p = p->pNextSibling)
- if (GetUint16(p->data.phrase.freq) <= freq)
+ if (GetUint24(p->data.phrase.freq) <= freq)
break;
pnew = new_node(0);
详情查看:https://gitee.com/vchewing/libvchewing-data/releases/1.5.9