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