NSScanner under Mac OS X 10.2 Jaguar and Mac OS X 10.1.x
NSScanner under Mac OS X 10.2 Jaguar and Mac OS X 10.1.x
- Subject: NSScanner under Mac OS X 10.2 Jaguar and Mac OS X 10.1.x
- From: Simone Manganelli <email@hidden>
- Date: Sun, 10 Nov 2002 00:44:09 -0800
My application uses an NSScanner class to parse some command line output
into data that gets put into a table view. On Mac OS X 10.2 Jaguar, my
application works as expected. However, under Mac OS X 10.1.x, any data
that got parsed via an NSScanner class does not display correctly in the
NSTableView it displays the wrong parts of the strings that should
have been parsed. However, data that was parsed simply via the NSString
methods do not exhibit this problem under Mac OS X 10.1.x only
NSScanner parsed data has this problem.
Is there any way to fix this problem and make my application work under
both operating systems? Any help would be greatly appreciated. If
there's another way to accomplish what NSScanner does, that would be
acceptable too, as long as it works under both Mac OS X 10.1.x and
10.2.x Jaguar.
Thanks.
-- Simone Manganelli
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.