OSDN Git Service

fix bug.
[rec10/rec10-git.git] / rec10 / trunk / src / zenhan.py
index 1947aeb..9a1e702 100644 (file)
@@ -39,7 +39,11 @@ def check_Character_Type(character):
     """
     return code is 1:Alphabet 2:Hiragana 3:Katakana 4:Kanji
     """
+    #print character
+    #print type(character)
     #character=character.encode('UTF-8')
+    #print character
+    #print type(character)
     chcode=ord(character)
     #print ord(chcode)
     if chcode>=0x0000 and chcode<=0x007F: