# File lib/ttfunk/encoding/windows_1252.rb, line 53 def self.from_utf8(string) from_unicode_codepoints(string.unpack("U*")).pack("C*") end