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