• 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: Checking for line ending types
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Checking for line ending types


  • Subject: Re: Checking for line ending types
  • From: Mike S <email@hidden>
  • Date: Sun, 28 Nov 2004 18:22:52 -0800 (PST)
  • Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys

I'm running into a similar problem  using
NSString * contents = [NSString
stringWithContentsOfFile:newPath];
NSArray * contentsArray = [contents
componentsSeparatedByString:@"\n"];

with a file that is a concatenation of pieces of files
from a noaa FTP site.  Files were downloaded to a
windows machine then copied to a mac, then pieces
pulled out and concatenated using Appleworks  and
saving the resulting file as a text file from
Appleworks.

the NSString method reads the file in fine and can
print it back out verbatim, however the resulting
NSArray has only a single entry that is the entire
file, rather than the 100+ entries I expected for the
100+ lines in the file.   Should I be looking for a
"\r" as an end of line character?
mike stoughton




__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Checking for line ending types
      • From: Fritz Anderson <email@hidden>
  • Prev by Date: My bindings-enabled NIB ate itself... ?
  • Next by Date: Re: NSAppleScript crash on executeAndReturnError
  • Previous by thread: Re: checking for line ending types
  • Next by thread: Re: Checking for line ending types
  • Index(es):
    • Date
    • Thread