| Summary: | Make OS X's filesystem calls use -[NSString fileSystemRepresentation] | ||
|---|---|---|---|
| Product: | SDL | Reporter: | C.W. Betts <computers57> |
| Component: | file | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | x86 | ||
| OS: | Mac OS X 10.8 | ||
| Attachments: | use fileSystemRepresentation instead of UTF8String | ||
Fixed, thanks! http://hg.libsdl.org/SDL/rev/42da269b7977 |
Created attachment 1312 [details] use fileSystemRepresentation instead of UTF8String The recommended way of getting a file name that POSIX file APIs can open in OS X when using an NSString is -[NSString fileSystemRepresentation]. However, the current filesystem API in hg uses -[NSString UTF8String].