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