--- SADAHIRO Tomoyuki <[EMAIL PROTECTED]> wrote:
>
> On Wed, 14 Dec 2005 05:19:00 -0800 (PST), rajarshi
> das <[EMAIL PROTECTED]> wrote
>
> > Hi,
> >
> > The following two line script gives an error on
> z/OS : "Unknown encoding 'iso-2022-jp' at line ..".
> > -
> > use Encode
At 3:54 pm +0100 23/11/05, Sven Neuhaus wrote:
this seems to be a bug:
b)
perl -MHTML::Entities -MEncode -e '$a="abcÄ";
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-
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 pe