Re: Filename encodings
Re: Filename encodings
- Subject: Re: Filename encodings
- From: Adam Maxwell <email@hidden>
- Date: Sat, 10 Jul 2004 23:33:20 -0500
On Jul 10, 2004, at 23:09, Mark A. Stratman wrote:
Would it be safe to just use NSUTF8StringEncoding? Or are their
problems with that as well, that I'm not aware of?
I've always used UTF8-encoded strings and have never had a problem
with any languages.
Since NSOpenPanel's -filenames is supposed to return an array of
NSString objects, I figured that encoding wouldn't be an issue, since
an NSString contains Unicode characters (according to the docs). I
don't think I need to work with the C strings, since the NSFileManager
methods I'm using want NSStrings, but I'm a bit confused, to say the
least.
rgds,
Adam
_______________________________________________
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.