X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fruby.git;a=blobdiff_plain;f=chise%2Fnetwork.rb;h=59612d9b93a590cb639fb5fca376541df5f2cedf;hp=ed0d679acc409c80718ff6fdb8875a9fcee5dad4;hb=9b4963acbdbc25c39a502d98a77e7de43d7d1c77;hpb=5dac29593fc01dc74c6ddbb2f45830e417484101 diff --git a/chise/network.rb b/chise/network.rb index ed0d679..59612d9 100755 --- a/chise/network.rb +++ b/chise/network.rb @@ -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?