# File lib/ttfunk/encoding/windows_1252.rb, line 49 def self.to_unicode(string) to_unicode_codepoints(string.unpack("C*")).pack("n*") end