Re: path names with spaces
Re: path names with spaces
- Subject: Re: path names with spaces
- From: Douglas Davidson <email@hidden>
- Date: Thu, 17 Jan 2002 10:36:59 -0800
On Thursday, January 17, 2002, at 10:23 AM, Malte Tancred wrote:
And what is the encoding for dealing with the BSD layer? UTF8?
Or, if it could vary, what are the alternatives and on what assumptions
does NSString base its choice?
The BSD layer uses UTF-8. However, I believe the filesystem may further
expect UTF-8 filenames to be canonically decomposed, which
fileSystemRepresentation will provide.
Douglas Davidson