= private = protected
toutf16(str)
Convert str to UTF-16
# File ext/nkf/lib/kconv.rb, line 109 def toutf16(str) kconv(str, UTF16) end