|
|
|
|
#1 |
|
Triple-A Player
Join Date: May 2006
Posts: 177
|
Finder: Ordering Files in Column View
I'd like to order files the way I want them to be in Column View in Finder.
Currently, I'm using a number as prefix such as 1_finance.doc, 2_football_club.oo3, and 3_kids_matters.xsl, so that I can change the order of how files are listed. But, I have a question: Is there any documents for which symbol comes ealier than others? For example, _ (underscore) sign comes above numbers (e.g., _myfile.doc and 1_jobfile.doc...). I'd like to know the complete list of this sort of thing. This information is also helpful in organizing files in my SFTP server. Any help would be greatly appreciated. |
|
|
|
|
|
#2 |
|
Hall of Famer
Join Date: Sep 2004
Location: Chicago, Illinois
Posts: 3,191
|
Probably uses ascii values........
You can find a listing of the ascii values of various sets on the web; I think it very likely sorts from the lowest to highest ascii values. Certainly, as you've noticed, some non-alphanumeric characters have lower numbers than the alphanumeric set.
Joe VanZandt |
|
|
|
|
|
#3 |
|
Triple-A Player
Join Date: May 2006
Posts: 177
|
Thanks so much for your reply. I'll take a look at websites that explain acii values. If you know the situation on the web, whch is, like, the order in the views in SFTP clients, I'd apprecaite your knowledge.
|
|
|
|
|
|
#4 |
|
Hall of Famer
Join Date: Sep 2004
Location: Chicago, Illinois
Posts: 3,191
|
The following link might help
http://www.lookuptables.com/ is a link to the ASCII tables. Generally, the first 32 ascii characters are non-printing characters. On a PC, typing the control+the ascii number on the numeric keypad will produce the corresponding character. It's likely possible to do this on a Mac, too, but I'm not sure what the key-combination is. Anyway, this will show you the order of precedence for the printing characters. Note that ASCII 255 looks blank...but it isn't. It's an invisible character. Some people use that to "disguise" file names, or used to at least.
This sorting mechanism is why often databases and spreadsheets sort in non-intuitive fashions if the items are mixed-case or contain non-alphanumeric characters. Joe VanZandt |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|