Re: Problem processing UTF-8 strings from email
[email protected] (Neil Gunton) Mon, 14 Jan 2008 08:07:28 -0600
| Newsgroups | perl.i18n |
|---|---|
| Message-ID | <[email protected]> |
Thurn, Martin wrote: > I believe that format is RFC 2047 Mime Header Encoding, try the > Encode::MIME::Header module to decode it > http://perldoc.perl.org/Encode/MIME/Header.html Yes, that does the trick. Thanks very much! /Neil