perl.i18n...Re: Problem processing UTF-8 strings from email by Neil Gunton- January 14, 2008 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.orgEncodeMIMEHeader.html Yes, that does the trick. Thanks very much!Neilhttp://www.nntp.perl.org/group/perl.i18n/2008/01/msg204.html RE: Problem processing UTF-8 strings from email by Thurn, Martin- January 14, 2008 I believe that format is RFC 2047 Mime Header Encoding, try theEncode::MIME::Header module to decode it http:perldoc.perl.orgEncodeMIMEHeader.html - - Martin -----Original Message-----From: Neil Gunton mailto:neilnilspace.com Sent: Saturday, January 12, 2008 19:18To: perl-i18nperl.orgSubject: Problem processing UTF-8 strings from emailHi all,I am somewhat experienced with Perl in general, but absolutely no experience dealing with UTF-8. I have a community journals website whichallows updates...http://www.nntp.perl.org/group/perl.i18n/2008/01/msg203.html Problem processing UTF-8 strings from email by Neil Gunton- January 12, 2008 Hi all,I am somewhat experienced with Perl in general, but absolutely no experience dealing with UTF-8. I have a community journals website which allows updates from users via email. I&39;m having trouble with emails that contain Chinese characters encoded (I think) as UTF-8. The strings look like this:=UTF-8B5qGQ5LmhLCBUb25neGlhbmc6IEJlaW5nIGEgJ2hhbg=== =UTF-8BdHUn=When I read this text from a file, using my perl script, and then save it into MySQL, it comes out on the website looking...http://www.nntp.perl.org/group/perl.i18n/2008/01/msg202.html |