View Single Post
Old 11-30-2009, 09:40 PM   #39
jusmee
Wizard
jusmee ought to be getting tired of karma fortunes by now.jusmee ought to be getting tired of karma fortunes by now.jusmee ought to be getting tired of karma fortunes by now.jusmee ought to be getting tired of karma fortunes by now.jusmee ought to be getting tired of karma fortunes by now.jusmee ought to be getting tired of karma fortunes by now.jusmee ought to be getting tired of karma fortunes by now.jusmee ought to be getting tired of karma fortunes by now.jusmee ought to be getting tired of karma fortunes by now.jusmee ought to be getting tired of karma fortunes by now.jusmee ought to be getting tired of karma fortunes by now.
 
Posts: 1,047
Karma: 203682
Join Date: Oct 2009
Device: Libre 2
Quote:
Originally Posted by DaleDe View Post
Actually they are not really legal in Unix (Linux) where they are special characters used as file separators. Their use requires escaping. They are legal in Windows. However, there are ways to deal with them so I believe that this can be fixed.

yes and no If you use a linux command line command like ls , you will see all the filenames, including the ones with spaces. This is legal and supported by bash, and the underlying filesystem.

You often need to escape, or quote strings with spaces, especially when used for filenames in commands and programming, but this does not make them less legal.
jusmee is offline   Reply With Quote