Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!gorodish!guy From: guy@gorodish.Sun.COM (Guy Harris) Newsgroups: comp.unix.wizards Subject: Re: command line options (UNIX-specific) Message-ID: <50126@sun.uucp> Date: 20 Apr 88 06:37:49 GMT References: <1036@mcgill-vision.UUCP> <14020029@hpisod2.HP.COM> <525@ecrcvax.UUCP> Sender: news@sun.uucp Lines: 17 > If memory serves me correctly, ATT have a French and German > Application Environment available since 5.3.1 and according to > information from them at that time the support was at the > kernel level, which implies that one could create a file with > a French or German name.....well mabye not..... It's not a question of adding support; it's a question of not adding, or of subtracting, opposition. The V7 file system that S5 uses never prohibited 8-bit characters in file names; many vendors (including Sun, in SunOS 4.0) have removed that prohibition from their 4.2BSD file system code. > they also mentioned the utilities that were changed to provide 8-bit > support, rm was not one of them. This may have changed since. Again, it's not a question of adding support. "rm" will take whatever character strings it has been handed and will pass them on to "unlink". The reason they didn't list it is that it didn't have to change.