# File ext/nkf/lib/kconv.rb, line 259
  def isutf8(str)
    RegexpUtf8.match( str )
  end