# File lib/mail/multibyte/chars.rb, line 295
      def reverse
        chars(Unicode.g_unpack(@wrapped_string).reverse.flatten.pack('U*'))
      end