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

  1. From: seismo!enea!tut!intrin.uucp!jty (Jyrki Yli-Nokari)
  2. Date: Mon, 27 Oct 86 20:54:42 -0200
  3. Organization: Intrinsic Oy, Tampere, Finland
  4.  
  5. There seems to be misunderstanding about Unix not accepting 8 bit characters
  6. in file names.
  7.  
  8. I would like to point out that Unix is perfectly happy to include
  9. ANY 8 bit characters in the file name, EXCEPT slash '/' or null '\0'.
  10.  
  11. [ Depends on which system you're referring to:  some really do
  12. strip the eighth bit in the file system, not in the shell.
  13. Though there are many shells that also strip that bit,
  14. as you point out.  -mod ]
  15.  
  16. The REAL problem is the shell that strips the 8:th bit off for its
  17. own purposes.
  18.  
  19. At least IBM's AIX and HP's HP-UX have fixed this problem.
  20.  
  21. Regardless of the case sensitivity we MUST start from the fact
  22. that characters are made out of at least eight bits, not seven = USASCII.
  23.  
  24. Now that I use 7 bit modified ascii character set,
  25. the O umlaut in my terminal is really a backslash '\'
  26. as far as Unix is concerned.
  27.  
  28. Try explaning that to a casual end-user, who wants to create a file
  29. called '\rkki'.
  30.  
  31. Volume-Number: Volume 7, Number 94
  32.  
  33.