From 17c9b0eb5583dbfa0ff570fcaafec700c6262644 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 1 Jun 2018 10:46:40 -0400 Subject: Use fullwidth digits --- tools/dump_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/dump_text.py b/tools/dump_text.py index 721d953..8f7c07d 100644 --- a/tools/dump_text.py +++ b/tools/dump_text.py @@ -19,7 +19,7 @@ char_table = [ "た", "ち", "つ", "て", "と", "な", "に", "ぬ", "ね", "の", "は", "ひ", "ふ", "へ", "ほ", "ま", "み", "む", "め", "も", "や", "ゆ", "よ", "ら", "り", "る", "れ", "ろ", "わ", "を", "ん", "っ", "ゃ", "ゅ", "ょ", "ー", "゜", "゛", "?", "!", "。", "ァ", "ゥ", "ェ", "▷", "▶", "▼", "♂", - "円", "×", ".", "/", "ォ", "♀", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" + "円", "×", ".", "/", "ォ", "♀", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" ] if len(argv) != 4: -- cgit v1.2.3