public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Igor Pechtchanski <pechtcha@cs.nyu.edu>
To: Peter Westerstrom <peterw@eonreality.se>
Cc: cygwin@cygwin.com, cygwin-apps@cygwin.com
Subject: Re: perl textmode newline problem
Date: Thu, 04 Sep 2003 20:27:00 -0000	[thread overview]
Message-ID: <Pine.GSO.4.56.0309041624210.1861@slinky.cs.nyu.edu> (raw)
In-Reply-To: <3F5798C8.1050806@eonreality.se>

Peter,

Cygwin-apps is a wrong mailing list for your query.  The appropriate list
is <cygwin at cygwin dot com>.  I've redirected it there and set the
Reply-To: field correspondingly.  Please remove <cygwin-apps at cygwin dot
com> from further discussion on this topic.  Also, please search the
archives of <cygwin at cygwin dot com>, as they contain the solution to
your problem (in some recent postings).  The archives could be accessed at
<http://cygwin.com/ml/cygwin/>.
	Igor

On Thu, 4 Sep 2003, Peter Westerstrom wrote:

> I can't get perl to write files in text mode with correct line feeds.
>
> My perl program:
> #!/usr/bin/perl
> open(F, "> test.txt") or die "can't open file";
> print F "Foo\n";
> print F "Bar\n";
> close(F);
>
> Outputs newlines as 0x0A.
>
> But my C program:
> #include <cstdio>
> int main(int argc, char** argv)
> {
>         FILE *fp = fopen("test3.txt", "w");
>         fprintf(fp, "Foo\n");
>         fprintf(fp, "Bar\n");
>         fclose(fp);
>         return 0;
> }
>
> Writes newlines as 0x0D 0x0A. Same output dir.
>
> All my mounts is in textmode. CYGWIN is empty. I'm using perl 5.8.0-5
> and cygwin 1.5.3-1.
> I recently upgraded cygwin and got this behavoiur. Before it was
> correctly outputting text with 0x0D 0x0A.
>
> What can be the problem? A bug in perl? By design change in cygwin perl?
>
> Peter Westerstrom
> peterw@eonreality.se

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

       reply	other threads:[~2003-09-04 20:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3F5798C8.1050806@eonreality.se>
2003-09-04 20:27 ` Igor Pechtchanski [this message]
2003-09-13  7:27   ` Gerrit P. Haase

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.GSO.4.56.0309041624210.1861@slinky.cs.nyu.edu \
    --to=pechtcha@cs.nyu.edu \
    --cc=cygwin-apps@cygwin.com \
    --cc=cygwin@cygwin.com \
    --cc=peterw@eonreality.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).