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
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
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
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