On Sun, Feb 1, 2009 at 1:36 PM, Todd Atkins <toddatk...@gmail.com> wrote: > What happens is that gNames ends up with the truncated string value. > The output of NSLog, though, shows: > 2009-02-01 12:45:09.538 [320:10b] String: Gro > 2009-02-01 12:45:09.538 [320:10b] String: ßefehn-4 - Großefehnkanal
That's perfectly valid behavior, and is documented in the delegate parser:foundCharacters:. Since you already have an NSMutableString, use appendString: instead. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com