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