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