in reply to Re^2: Add new line character to and ebcdic file
in thread Add new line character to and ebcdic file
$ perl -MData::Dump -MConvert::EBCDIC -e " dd Convert::EBCDIC::ascii2e +bcdic(qq{hi\n}); " "\x88\x89%" $ perl -MData::Dump -MConvert::EBCDIC -e " dd Convert::EBCDIC::ascii2e +bcdic(qq{\r\n}); " "\r%" $ perl -MData::Dump -MConvert::EBCDIC -e " dd Convert::EBCDIC::ascii2e +bcdic(qq{\n}); " "%"
% must be ebcdic for \n
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Add new line character to and ebcdic file
by gkol0279 (Initiate) on Apr 15, 2013 at 11:20 UTC | |
by Don Coyote (Hermit) on Apr 15, 2013 at 11:40 UTC | |
by soonix (Chancellor) on Apr 15, 2013 at 19:21 UTC |