toutf32(str)
Convert str to UTF-32
# File ext/nkf/lib/kconv.rb, line 118 def toutf32(str) kconv(str, UTF32) end