From 2fff4e54a9a6f61b88e60c8a1db314898ba5daff Mon Sep 17 00:00:00 2001 From: Austin Liew Date: Thu, 30 Mar 2017 17:25:32 -0400 Subject: [PATCH] Fix a 2 symbol in the meikyou extractor font table. --- meikyou.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meikyou.go b/meikyou.go index 4be1e64..e353576 100644 --- a/meikyou.go +++ b/meikyou.go @@ -517,7 +517,7 @@ func (*meikyouExtractor) getFontWide() map[int]string { 45093: "æ̀", 45094: "ǽ", 45095: "①", - 45096: "➁", + 45096: "②", 45097: "③", 45098: "④", 45099: "⑤",