# File lib/ttfunk/encoding/mac_roman.rb, line 85 def self.from_unicode_codepoints(array) array.map { |code| FROM_UNICODE[code] || 0 } end