diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2018-06-01 10:46:40 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2018-06-01 10:46:40 -0400 |
commit | 17c9b0eb5583dbfa0ff570fcaafec700c6262644 (patch) | |
tree | 13012667c0aa5a1bcc59c69a7b3c07e4eac215e6 /tools/dump_text.py | |
parent | a75250f13351f48a8e8d182ef1dcbb8d759e496c (diff) |
Use fullwidth digits
Diffstat (limited to 'tools/dump_text.py')
-rw-r--r-- | tools/dump_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |