home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v8 / text0056.txt < prev    next >
Encoding:
Text File  |  1987-06-30  |  1.5 KB  |  34 lines

  1. >From uw-beaver!uw-vlsi!mprvaxa!ubc-vision!utai!utcsri!mcgill-vision!mouse@nike.UUCP Wed Nov 19 04:57:50 1986
  2. Date: Sun, 16 Nov 86 02:46:16 EST
  3. From: der Mouse  <uw-beaver!ubc-vision!mcgill-vision!mouse@nike.UUCP>
  4.  
  5. > Please, if you support case-dependence, don't give the "mixed case
  6. > filesystems" class of arguments.  The only two arguments you really
  7. > have are (1) it is a "feature" (however dubious) that you can create
  8. > Makefile and makefile as separate files in the same directory, and
  9. > (2) Unix does it this way.
  10.  
  11. I think everyone arguing over case sensitivity is missing something.
  12. Why treat letters specially?  For example, UNIX treats a and A
  13. differently just as it treats = and % differently.  I see no reason to
  14. restrict filenames to [a-zA-Z0-9] and a few special characters like .
  15. and -; and given that uniformity case folding makes as much (or as
  16. little) sense as folding 0123456789 onto !"#$%&'()* (to pick a
  17. particularly silly example).
  18.  
  19. I would say that (1) is not particularly useful, but it can be nice to
  20. be able to create files named D.mcgill-X04T2 and D.mcgill-X04t2 in the
  21. same directory.  This is less of an issue, though; it's just as easy to
  22. make a program use base-36 as base-62 or base-126.
  23.  
  24.                     der Mouse
  25.  
  26. USA: {ihnp4,decvax,akgua,utzoo,etc}!utcsri!mcgill-vision!mouse
  27.      think!mosart!mcgill-vision!mouse
  28. Europe: mcvax!decvax!utcsri!mcgill-vision!mouse
  29. ARPAnet: think!mosart!mcgill-vision!mouse@harvard.harvard.edu
  30.  
  31.  
  32. Volume-Number: Volume 8, Number 57
  33.  
  34.