summaryrefslogtreecommitdiff
path: root/engine/kana.py
diff options
context:
space:
mode:
Diffstat (limited to 'engine/kana.py')
-rw-r--r--engine/kana.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/kana.py b/engine/kana.py
index c7731bd..8f5f6c3 100644
--- a/engine/kana.py
+++ b/engine/kana.py
@@ -54,7 +54,7 @@ class KanaSegment(segment.Segment):
section = self._kana_typing_rule_section
if section != None:
if enchars in prefs.keys(section):
- value = prefs.get_value(section, enchars)
+ value = unicode(str(prefs.get_value(section, enchars)))
if value == '':
value = None
if value == None: