# File lib/ttfunk/encoding/mac_roman.rb, line 81 def self.to_unicode_codepoints(array) array.map { |code| TO_UNICODE[code] } end