summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHideaki ABE <abe.sendai@gmail.com>2009-06-02 10:58:46 +0900
committerHideaki ABE <abe.sendai@gmail.com>2009-06-02 10:58:46 +0900
commitb08c6836a6a46f87d42717d654a7d3c56a937c97 (patch)
tree7f68c9af14a7d13db30aba41b216e4719f77e868
parenta7fbc51d64f4f0147d1a4d3f6d0a12e5afd7c969 (diff)
parent4099a0c22f0eecb220f950fc3d3780e937bfdca4 (diff)
downloadibus-anthy-b08c6836a6a46f87d42717d654a7d3c56a937c97.tar.gz
Merge branch 'phuang/setup_ui_new' into setup_ui_new
-rw-r--r--engine/tables.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/tables.py b/engine/tables.py
index bd77920..dcccf69 100644
--- a/engine/tables.py
+++ b/engine/tables.py
@@ -21,7 +21,7 @@
# string, result, cont
romaji_typing_rule = {
- u"-" : u"-",
+ u"-" : u"ー",
u"a" : u"あ",
u"i" : u"い",
u"u" : u"う",
@@ -439,7 +439,7 @@ kana_typing_rule = {
u"?" : u"・",
u"_" : u"ろ",
- u"¥" : u"-",
+ u"¥" : u"ー",
}
kana_voiced_consonant_rule = {