If this is really just a platform-specific hack, can we use platform-
specific code to do the normalization?
On Mac OS X we have (unfortunately only 10.4 and up):
CFStringCreateWithFileSystemRepresentation()
CFStringGetFileSystemRepresentation()
CFStringGetMaximumSizeOfFileSystemRepresentation()
If we were to use those you'd at least know that you're getting the
true normalized form as the system defines it.
http://developer.apple.com/qa/qa2001/qa1173.html
Cheers,
Wincent
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html