# File lib/ttfunk/encoding/windows_1252.rb, line 57 def self.from_unicode(string) from_unicode_codepoints(string.unpack("n*")).pack("C*") end