# File lib/ttfunk/encoding/mac_roman.rb, line 61
      def self.covers?(character)
        !FROM_UNICODE[character].nil?
      end