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