summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2013-07-08 16:11:42 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2013-07-08 16:11:42 +0900
commit2ff24999599d34abf0c1f2c9da683232065c4154 (patch)
treeadf3d06cbe88a1c786d643becb62c1edc58e8f50
parentdb50a2b8939a98be15de6dad5eb4e0d1ce232da7 (diff)
downloadibus-anthy-2ff24999599d34abf0c1f2c9da683232065c4154.tar.gz
Fixed kana_voiced_consonant_no_rule for 'bo'.
-rw-r--r--engine/tables.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/tables.py b/engine/tables.py
index 94f238d..31d70f0 100644
--- a/engine/tables.py
+++ b/engine/tables.py
@@ -501,6 +501,7 @@ kana_voiced_consonant_no_rule = {
u'ひ' : u'び',
u'ふ' : u'ぶ',
u'へ' : u'べ',
+ u'ほ' : u'ぼ',
}
kana_semi_voiced_consonant_no_rule = {