Skip to content

Commit 16a22b5

Browse files
authored
Recognize IVS variant of Muzan's family name (#1360)
PiperOrigin-RevId: 808078193
1 parent e132135 commit 16a22b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/rewriter/ivs_variants_rewriter.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ const auto* kIvsExpansionTable = new absl::flat_hash_map<
117117
{{"れんごく", "煉獄"}, {"\U000E0101", "「煉󠄁」"}}, // 煉󠄁獄
118118
{{"ねずこ", "禰豆子"}, {"\U000E0100豆子", "正式字体"}}, // 禰󠄀豆子
119119
{{"みそ", "味噌"}, {"味噌\U000E0100", "「噌󠄀」"}}, // 味噌󠄀
120+
{{"きぶつじ", "鬼舞辻"}, {"鬼舞辻\U000E0100", "「辻󠄀」"}}, // 鬼舞辻󠄀
120121
{{"つじ", ""}, {"\U000E0100", "一点しんにょう"}}, // 辻󠄀
121122
{{"つじもと", "辻本"}, {"\U000E0100", "一点しんにょう"}}, // 辻󠄀本
122123
{{"つじもと", "辻元"}, {"\U000E0100", "一点しんにょう"}}, // 辻󠄀元

0 commit comments

Comments
 (0)