= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
toutf16(str)
Convert str to UTF-16
# File ext/nkf/lib/kconv.rb, line 109 def toutf16(str) kconv(str, UTF16) end