home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / mod.std.unix.v7 / text0038.txt < prev    next >
Encoding:
Internet Message Format  |  1987-06-30  |  929 b 

  1. From: seismo!hpscda!hpdsd!hpda!hpisoa1!davel (Dave Lennert)
  2. Date: Mon, 6 Oct 86 15:24:20 pdt
  3.  
  4. Perhaps a good approach might be to require POSIX applications to specify
  5. filenames to the system as all lowercase in order to be truly portable.
  6. As long as the filenames don't contain *mixed* case then case shifting to
  7. all lower or all uppper (or leaving case insensitive) on the part of the
  8. system won't result in name collisions.
  9.  
  10. A variant on this is to require all hardcoded filenames in applications
  11. to be lowercase, but filenames supplied by a user could be passed to the
  12. system unshifted by the application.  The user should know the case
  13. limitations of the underlying system.
  14.  
  15. However, my preference is to have the POSIX interface support cases
  16. sensitive filenames.  I agree with others that this will not be hard
  17. to implement given some of the other things that will have to be
  18. provided.
  19.  
  20. Volume-Number: Volume 7, Number 39
  21.  
  22.