# File lib/ttfunk/encoding/windows_1252.rb, line 45 def self.to_utf8(string) to_unicode_codepoints(string.unpack("C*")).pack("U*") end