# File lib/ole/types/base.rb, line 57 def self.load str new str.encode(Encoding::UTF_8, Encoding::UTF_16LE).chomp(0.chr) end