Leading spaces are common, actually
Posted Mar 27, 2009 15:45 UTC (Fri) by
foom (subscriber, #14868)
In reply to:
Leading spaces are common, actually by barryn
Parent article:
Wheeler: Fixing Unix/Linux/POSIX Filenames
>Behavior of ls in Mac OS X 10.5.6 build 9G55
Well, OSX's "ls" is actually just doing a traditional strcmp sort, not anything fancy (note that it puts
all uppercase characters before all lowercase).
But the Finder's sort routine is fancy. They seem to be a sort order based on Unicode TR10.
(
Log in to post comments)