Module Rfc2047
In: lib/sup/rfc2047.rb

Methods

Constants

WORDSEQ = %r{(#{WORD.source})\s+(?=#{WORD.source})}

Public Class methods

Decodes a string, from, containing RFC 2047 encoded words into a target character set, target. See iconv_open(3) for information on the supported target encodings. If one of the encoded words cannot be converted to the target encoding, it is left in its encoded form.

[Validate]