Re: Encode the subject line in MIME header using Perl 5.6

2005-12-29 Thread John Delacour
At 11:44 am +0800 28/12/05, wing wrote: > Thanks for your prompt reply. The subject line contains some Chinese or > Japanese characters in UTF8. Can they be encoded as UTF8 with MIME:Base64?? The script below creates a file containing the following 4 characters 谷神不死 as utf8 bytes \

Re: Local installation

2005-12-29 Thread Nick Ing-Simmons
David Olsson <[EMAIL PROTECTED]> writes: >What is the easiest way to install Encode for a single >user? Same as any other CPAN module. perl Makefile.PL PREFIX=/home/cedric/perl_modules make make install then: #!/usr/bin/perl use lib '/home/cedric/perl_modules'; # or if script is relative to in

Re : Encode the subject line in MIME header using Perl 5 . 6 my €0 . 02

2005-12-29 Thread Nick Ing-Simmons
Wing <[EMAIL PROTECTED]> writes: >"John Delacour" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >> At 12:42 am +0800 28/12/05, wing wrote: >> >>>I need to encode the subject line in a MIME header in UTF8 (something like >>>Subject: =?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?=).