ref: d4e6ccca3b8cf1d5efb851153af8d9dd8c9de1e9
parent: c9b70ba1058846ff9e0ba0fcbe13c3ce3e498bdb
author: yenatch <[email protected]>
date: Wed Jul 31 14:02:08 EDT 2013
jp char ァ
--- a/extras/chars.py
+++ b/extras/chars.py
@@ -270,6 +270,7 @@
0xE1: "ゅ",
0xE2: "ょ",
0xE3: "ー",
+ 0xE9: "ァ",
})
#some of the japanese characters can probably fit into the english table
--- a/preprocessor.py
+++ b/preprocessor.py
@@ -192,6 +192,7 @@
"ゅ": 0xE1,
"ょ": 0xE2,
"ー": 0xE3,
+"ァ": 0xE9,
"@": 0x50,
"#": 0x54,