# File lib/active_support/multibyte/handlers/utf8_handler.rb, line 237
      def size(str)
        u_unpack(str).size
      end