Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] "interactive" perl
- Date: Tue, 3 Sep 2002 16:59:29 +0900
- From: "Norman Diamond" <ndiamond@example.com>
- Subject: Re: [tlug] "interactive" perl
- References: <006201c01193$6dc86c10$5a00a8c0@example.com> <20020829142817.GH17125@example.com> <001201c24fe7$cf15d770$5a00a8c0@example.com>
"Brett Robson" <brett@example.com> wrote: > From: "Josh Glover" <jmglov@example.com> > > > $answer =3D <STDIN>; > > encoding problem, what is 3D? It is an encoding problem. Someone did a MIME encoding of "quoted printable" and someone else didn't do a MIME decoding. I wonder why that happened. In MIME quoted printable, the equals sign is an escape meaning that the next two hex digits are JIS Romaji. 3D in JIS Romaji is an equals sign. The command should just be: $answer = <STDIN>; > (give me a break I started off with EBICDIC, > that's +3, '3' with plus overpunch ) No it isn't. +3, '3' with overpunch, is 3C. -3, '3' with overpunch, is 3D. My second machine was an IBM 360 with EBCDIC, though I didn't have to use COBOL on it then. I started off on a machine that pre-dated the 360 and pre-dated EBCDIC, and couldn't run COBOL though fortunately it didn't pre-date COBOL.
- Follow-Ups:
- Re: [tlug] "interactive" perl
- From: Josh Glover
- Re: [tlug] "interactive" perl
- From: Jonathan Byrne
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Japanese file name on Linux
- Next by Date: Re: [tlug] "interactive" perl
- Previous by thread: Re: [tlug] "interactive" perl
- Next by thread: Re: [tlug] "interactive" perl
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links