• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [OT] What line break to use?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [OT] What line break to use?


  • Subject: Re: [OT] What line break to use?
  • From: Sacha Michel Mallais <email@hidden>
  • Date: Mon, 31 Oct 2005 15:48:59 -0800

On Oct 31, 2005, at 3:22 PM, Baiss Eric Magnusson wrote:
I produce a letter which is emailed out that is a short multi- line reminder notice, on some Windows email readers the <\r> which I use as a line break gets ignored and the lines run together, what character(s) should I use as a line break?

\r is carriage return \n is line feed

There are three standards for line endings:
carriage return (Mac OS 9)
line feed (Unix)
carriage return followed by line feed (DOS, Windows)

Since Mac OS X apps are usually good at handling all three types of line endings, you probably want \r\n, but a simple \n will usually suffice as well. You should probably never use \r, as that is basically a legacy of Mac OS 9 only.


sacha

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >[OT] What line break to use? (From: Baiss Eric Magnusson <email@hidden>)

  • Prev by Date: [OT] What line break to use?
  • Next by Date: Re: Good and handy NSTimestamp utilites...
  • Previous by thread: [OT] What line break to use?
  • Index(es):
    • Date
    • Thread