Created ticket # 16663.SADAHIRO Tomoyuki <[EMAIL PROTECTED]> wrote: On Mon, 19 Dec 2005 22:28:55 -0800 (PST), rajarshi das <[EMAIL PROTECTED]>wrote> I am testing this with iso-2022-jp encoding :> > use encoding 'iso-2022-jp';> > $a = "^[$B$!^[(B";> print "a : $a\n";> --
On Mon, 19 Dec 2005 22:28:55 -0800 (PST), rajarshi das <[EMAIL PROTECTED]> wrote
> I am testing this with iso-2022-jp encoding :
>
> use encoding 'iso-2022-jp';
>
> $a = "^[$B$!^[(B";
> print "a : $a\n";
>
>
> On linux, I get :
> a : ^[^[(B
> /*
--- 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
Rajarshi Das <[EMAIL PROTECTED]> writes:
> Hi,
>
> The following two line script gives an error on z/OS : "Unknown encoding
> 'iso-2022-
> jp' at line ..".
> -
> use Encode; use encoding 'iso-2022-jp';
>
On an EBCDIC platform like z/OS that is going to be one st
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;
> use encoding 'iso-2022-jp';
>
>
> How do we confirm
Hi, The following two line script gives an error on z/OS : "Unknown encoding 'iso-2022-jp' at line ..". - use Encode; use encoding 'iso-2022-jp'; How do we confirm if iso-2022-jp is supported on z/OS or not ? Or if it is supported and not working as expect