Re: List Orders
Dirk Groeneveld <[email protected]>
| Newsgroups | gmane.comp.kde.look |
|---|---|
| Message-ID | <[email protected]> |
Hi! Check out the strnatcmp() function. http://www.php.net/manual/en/function.strnatcmp.php I never tried it but the manual says it works ;-) Dirk On Monday 06 May 2002 13:38, Andreas Pour wrote: > Dirk Groeneveld wrote: > > Hi! > > > > PHP can do that, IIRC. Maybe that code could be reused... > > Hi, > > Really, an internal PHP function to do that? Well, in case not, here's > some PHP code to do it: > > http://www.kde.com/devel/hsort.txt > > Ciao, > > Dre > > > Dirk > > > > On Monday 06 May 2002 10:48, Sven Niedner wrote: > > > Am Montag 06 Mai 2002 10:43 schrieb Henry Stanaland: > > > > This is something I've wondered for years: Why do computers use such > > > > a dumb way of alphabetizing? i.e. why do the following files get > > > > listed like this: > > > > > > This is really, really a nice proposal and I think that it could be > > > easily be implemented by some clever heuristics (more than one filename > > > identical up to the numbers and after the numbers, etc.). > > > > > > I really feel this should be implemented as a sorting option.