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