We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d7f46 commit 5c5109dCopy full SHA for 5c5109d
summary-data/pre.js
@@ -1,7 +1,7 @@
1
var opencc = {};
2
var unicode_data = {};
3
var summary_map = {};
4
-const chi_chars = ['醋', '予', '疏', '欠']; // 一些可能会被误判成日本简化字的中文字
+const chi_chars = ['醋', '予', '疏', '欠', '弁']; // 一些可能会被误判成日本简化字的中文字
5
6
var fs = require('fs');
7
0 commit comments