# File lib/active_support/core_ext/string/multibyte.rb, line 68
    def is_utf8?
      ActiveSupport::Multibyte::Chars.consumes?(self)
    end