public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
From: Michael Elizabeth Chastain <mec@shout.net>
To: gdb@sources.redhat.com, jacqueslenormand@sympatico.ca
Subject: Re: MI interface grammar question
Date: Mon, 04 Aug 2003 17:48:00 -0000	[thread overview]
Message-ID: <200308041748.h74HmbQD004618@duracef.shout.net> (raw)

nl ==>|
    |CR | CR-LF

These are just ASCII characters.

'CR' is a literal character, ascii "carriage return", character 0x0D.
'LF' is a literal character, ascii "line feed", character 0x0A.

For historical reasons, there are two separate characters
to mark the end of the line.

Unix and Linux systems use 'LF'.
Windows and MS-DOS systems use 'CR' followed by 'LF'.
Macintosh systems use 'CR'.

For more information on ascii, hit google, or try this:

  http://www.jimprice.com/jim-asc.htm

Michael C

             reply	other threads:[~2003-08-04 17:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-04 17:48 Michael Elizabeth Chastain [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-08-04 17:28 jacques

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=200308041748.h74HmbQD004618@duracef.shout.net \
    --to=mec@shout.net \
    --cc=gdb@sources.redhat.com \
    --cc=jacqueslenormand@sympatico.ca \
    /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).