class Mail::Multibyte::Chars
def reverse
Example:
Reverses all characters in the string.
def reverse chars(Unicode.g_unpack(@wrapped_string).reverse.flatten.pack('U*')) end
def reverse chars(Unicode.g_unpack(@wrapped_string).reverse.flatten.pack('U*')) end