= private = protected
isutf8()
Returns whether self’s encoding is UTF-8 or not.
Note don’t expect this return value is MatchData.
# File ext/nkf/lib/kconv.rb, line 366 def isutf8; Kconv.isutf8(self) end