Re: File name issue with German umlauts
Re: File name issue with German umlauts
- Subject: Re: File name issue with German umlauts
- From: "Stephen J. Butler" <email@hidden>
- Date: Fri, 17 Dec 2010 01:52:18 -0600
On Fri, Dec 17, 2010 at 1:34 AM, Ulf Dunkel <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden