update.
[chise/ruby.git] / chise / network.rb
index ed0d679..59612d9 100755 (executable)
@@ -34,7 +34,8 @@ module CHISE
       
       char = ch.char
       ids = char.decompose
-      if ids.char_length == 1 #分割できない文字は、リンクを探す。
+#     if ids.char_length == 1 #分割できない文字は、リンクを探す。
+      if ids.is_a_utf8? #分割できない文字は、リンクを探す。
        link = char.ids_represent if char.ids_represent
        link = char.ids_link if char.ids_link
        return if link.nil?