# File lib/active_support/multibyte/chars.rb, line 118
      def self.wants?(string)
        $KCODE == 'UTF8' && consumes?(string)
      end