Closed
Bug 402044
Opened 18 years ago
Closed 13 years ago
nsLocalFileOSX should decompose filenames
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: matthew.gertner, Unassigned)
Details
If you call nsILocalFile.initWithPath on Mac OS X, it may fail because the Mac is expecting normalized UTF-8 with decomposed characters if there are diacritics in the path. The nsLocalFile implementation on Mac should handle this so the caller doesn't have to normalize a perfectly valid UTF-16 path.
Updated•18 years ago
|
OS: Windows XP → Mac OS X
Hardware: PC → Macintosh
Updated•18 years ago
|
Assignee: smontagu → nobody
Component: Internationalization → XPCOM
QA Contact: i18n → xpcom
Comment 1•13 years ago
|
||
we use the localfileunix impl now, I think this works.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•