Apparently so. A transcript of my test: LIH1:TSH009:/home/tsh009/junk$ cat tperl.pl #!/usr/lpp/ported/perl/bin/perl print "hello, sailor!\n" LIH1:TSH009:/home/tsh009/junk$ perl tperl.pl hello, sailor! LIH1:TSH009:/home/tsh009/junk$ iconv -t iso8859-1 -f ibm-1047 tperl.pl >tperl-a.pl LIH1:TSH009:/home/tsh009/junk$ chtag -tc iso8859-1 tperl-a.pl LIH1:TSH009:/home/tsh009/junk$ cat tperl-a.pl #!/usr/lpp/ported/perl/bin/perl print "hello, sailor!\n" LIH1:TSH009:/home/tsh009/junk$ perl tperl-a.pl hello, sailor! LIH1:TSH009:/home/tsh009/junk$
On Mon, Feb 4, 2013 at 8:33 AM, Shmuel Metz (Seymour J.) <[email protected]> wrote: > In <[email protected]>, on > 02/02/2013 > at 08:56 PM, Paul Gilmartin <[email protected]> said: > >>How much of that does autoconversion fail to do? > > That would depend on the program. Also, does Perl do autoconversion of > the source code? > > -- > Shmuel (Seymour J.) Metz, SysProg and JOAT > Atid/2 <http://patriot.net/~shmuel> > We don't care. We don't have to care, we're Congress. > (S877: The Shut up and Eat Your spam act of 2003) > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN -- Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
