Re: Extracting/Running Test Suite on existing perl

2005-12-19 Thread Yitzchak Scott-Thoennes
On Tue, Dec 13, 2005 at 10:31:42AM -0800, Yitzchak Scott-Thoennes wrote: On Tue, Dec 13, 2005 at 07:23:01PM +0530, Sastry wrote: Hi I have installed the binary version of perl-5.8.7 on z/OS. Now I would like to separately run the test suite that comes with the source package of perl and

Re: Bug in Encode::encode('MIME-Q', $iso_8859_1_string)

2005-12-19 Thread John Delacour
At 3:54 pm +0100 23/11/05, Sven Neuhaus wrote: this seems to be a bug: b) perl -MHTML::Entities -MEncode -e '$a=abcAuml; print encode(MIME-Q, HTML::Entities::decode($a)), \n;' Result: =?UTF-8?Q?abc=C4def?= What about this: perl -MHTML::Entities -MEncode -e 'use encoding (iso-8859-1);