summaryrefslogtreecommitdiff
path: root/tools/dump_text.py
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2018-06-01 10:46:40 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2018-06-01 10:46:40 -0400
commit17c9b0eb5583dbfa0ff570fcaafec700c6262644 (patch)
tree13012667c0aa5a1bcc59c69a7b3c07e4eac215e6 /tools/dump_text.py
parenta75250f13351f48a8e8d182ef1dcbb8d759e496c (diff)
Use fullwidth digits
Diffstat (limited to 'tools/dump_text.py')
-rw-r--r--tools/dump_text.py2
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: