Re: iso-2022-jp encoding on EBCDIC

2005-12-21 Thread rajarshi das
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";> --

Re: iso-2022-jp encoding on EBCDIC

2005-12-20 Thread SADAHIRO Tomoyuki
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 > /*

Re: iso-2022-jp encoding on EBCDIC

2005-12-19 Thread rajarshi das
--- 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

Re: iso-2022-jp encoding on EBCDIC

2005-12-15 Thread Nick Ing-Simmons
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

Re: iso-2022-jp encoding on EBCDIC

2005-12-15 Thread SADAHIRO Tomoyuki
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

iso-2022-jp encoding on EBCDIC

2005-12-14 Thread rajarshi das
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