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