Skip to content

Commit

Permalink
pass 1170
Browse files Browse the repository at this point in the history
  • Loading branch information
tychy committed Sep 28, 2024
1 parent 67b662c commit 788294a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion toukibo/zenkaku.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ func normalizeKanji(input string) string {
sb.WriteRune('角')
case 58069:
sb.WriteRune('荒')
case 60981:
case 60981, 60997:
sb.WriteRune('藤')

default:
sb.WriteRune(r)
}
Expand Down

0 comments on commit 788294a

Please sign in to comment.