riteToFile:atomically:? I'm pretty sure that doesn't write it out as UTF8.
You'll probably want to use writeToFile:atomically:encoding:error: with
NSUTF8StringEncoding as the encoding if you aren't already.
-gus
--
August 'Gus
turned on for a single file type is dumb and
will be confusing for the user- but I'm just looking for ideas at this point.
thanks,
-gus
--
August 'Gus' Mueller
Flying Meat Inc.
http://flyingmeat.com/
___
Cocoa-dev mailing list (Co
> save a copy in .acorn or (b) re-export in the original format?
I hadn't noticed that behavior in PS before, so I'll have to see exactly what
it's doing there. It's a little bit unexpected I think, but it might be a
reasonable workaround.
-gus
--
August
On Sep 12, 2011, at 11:19 AM, Kyle Sluder wrote:
> On Mon, Sep 12, 2011 at 10:53 AM, Gus Mueller wrote:
>> Is there any way to turn off 10.7's autosave in place for a particular
>> uti/file type? Or maybe turn it on for a single file type?
>
> Use a different NSD
#x27;m doing wrong?
This is on 10.7.2 btw.
thanks,
-gus
--
August 'Gus' Mueller
Flying Meat Inc.
http://flyingmeat.com/
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator
se any strange side effects. Since the attributed string is never saved
out, modifying the cell this way won't hurt in my case.
-gus
--
August 'Gus' Mueller
Flying Meat Inc.
http://flyingmeat.com/
___
Cocoa-dev mailing list (C
what's going on. I'm not sure there's
any way around this other than filing a bug and hoping Apple updates the
headers in the next release.
(Another example of this is SecTransformExecute in Securty.framework)
-gus
--
August 'Gus' Mueller
Flying Meat Inc.
http:/
y land without knowing it's
ruby.
-gus
--
August 'Gus' Mueller
Flying Meat Inc.
http://flyingmeat.com/
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Co
On Mar 6, 2012, at 5:24 PM, Sean McBride wrote:
> On Mon, 5 Mar 2012 13:44:24 -0800, Gus Mueller said:
>
>> That's because it's missing a CF_RETURNS_RETAINED in the header for that
>> method, which the analyzer needs to know what's going on. I'm not sur