= private = protected
toutf8(str)
Convert str to UTF-8
# File ext/nkf/lib/kconv.rb, line 101 def toutf8(str) kconv(str, UTF8) end