Skip to content

Commit

Permalink
[ '悽' ], [ '凄', '淒' ]
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Dec 10, 2018
1 parent fd23db1 commit 147fae2
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/zh/convert/table_tw2cn.debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -2713,7 +2713,7 @@
"徴": "",
"徵": "",
"怜": "",
"悽": "",
"悽": "",
"慄": "",
"慇": "",
"慙": "",
Expand Down
2 changes: 1 addition & 1 deletion build/zh/convert/table_tw2cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@
"慳": "",
"憫": "",
"悶": "",
"悽": "",
"悽": "",
"驚": "",
"懼": "",
"慘": "",
Expand Down
2 changes: 1 addition & 1 deletion build/zh/convert/unsafe/table_tw2cn.base.to.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/zh/convert/unsafe/table_tw2cn.unicode.to.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/zh/convert/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ exports.table_tw2cn = Object.assign(exports.table_tw2cn, {
'怜': '怜',
'蕩': '荡',
'盪': '荡',
'悽': '悽',
});
[
// 從轉換表中刪除的字
Expand Down
2 changes: 2 additions & 0 deletions lib/zh/convert/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ table_tw2cn = Object.assign(table_tw2cn, {
'蕩': '荡',
'盪': '荡',

'悽': '悽',

});

[
Expand Down
2 changes: 1 addition & 1 deletion test/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import libTable from '../lib/zh/table';
import { cn2tw_min, tw2cn_min } from '../lib/zh/convert/min';
import { zhRegExp } from 'regexp-cjk';

let word = `勛勳`;
let word = `悽淒凄`;

word = array_unique(word.split('')).join('');

Expand Down

0 comments on commit 147fae2

Please sign in to comment.