# File lib/ttfunk/encoding/mac_roman.rb, line 69
      def self.to_unicode(string)
        to_unicode_codepoints(string.unpack("C*")).pack("n*")
      end