# File lib/ttfunk/subset/mac_roman.rb, line 21
      def covers?(character)
        Encoding::MacRoman.covers?(character)
      end