# File lib/net/ntlm_http.rb, line 98 def decode_utf16le(str) Kconv.kconv(swap16(str), Kconv::ASCII, Kconv::UTF16) end