On Fri, Dec 17, 2010 at 1:34 AM, Ulf Dunkel <dun...@calamus.net> wrote:
> I wonder if I have to handle NSString for folder/file names in a special
> way.
>
> My issue:
> When I search for an existing folder named "äöütest", it isn't found, until
> I enter the search string not via keyboard to a search field in my app, but
> copy it from the folder name in the Finder and paste it to the search field
> in my app.

Some code here would help figure out what is wrong.

> Isn't NSString always NSString? Do I have to handle encoding in a special
> way here? What is the encoding of fspecs in the Finder?

You shouldn't even be thinking about FSSpecs. FSRef or NSURL is the way to go.
_______________________________________________

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

Reply via email to