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