in reply to decoding a UTF-16B string found in an email subject
The headers of mesages are encoded as per RFC 2047.
You can see sample code, in Perl, to decode such headers if you consult CPAN for Encode::Mime::Header
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: decoding a UTF-16B string found in an email subject
by runrig (Abbot) on Oct 30, 2013 at 20:18 UTC | |
by Anonymous Monk on Mar 18, 2014 at 12:53 UTC | |
Re^2: decoding a UTF-16B string found in an email subject
by neaj (Initiate) on Oct 30, 2013 at 20:22 UTC | |
by runrig (Abbot) on Oct 30, 2013 at 20:32 UTC |