Re: Invalid strings

2009-04-07 Thread Livio Isaia
Yes, data formatters where off... thank you. It was very simple but I thought there was a real problem. thank you again, regards, livio. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to

Re: Invalid strings

2009-04-07 Thread Nick Zitzmann
On Apr 7, 2009, at 10:00 AM, Livio Isaia wrote: I have a strange problem with my program: the debugger marks as "invalid" (not "nil") every NSString* object I have in a method, so that I cannot see its value. Why can this happen? Can anybody help me? You probably turned off data formatte

Invalid strings

2009-04-07 Thread Livio Isaia
I have a strange problem with my program: the debugger marks as "invalid" (not "nil") every NSString* object I have in a method, so that I cannot see its value. Why can this happen? Can anybody help me? Thanks in advance, livio. ___ Cocoa-dev mailing

Invalid strings and related bugs (#5775749)

2008-03-01 Thread Nir Soffer
I found that it is possible to get invalid strings from a PowerPoint file using applescript. The invalid string can not be converted to UTF-8 and corrupt NSXMLDocument. The problem occur when iterating paragraphs in a shape. Iterating lines returns correct string. However, the issue is