From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 3.3ciscupdate v148.2.1) From: arisawa@ar.aichi-u.ac.jp To: 9fans@cse.psu.edu Subject: Re: [9fans] blanks in file names References: <200207070538.g675coR08830@dave2.dave.tj> Message-Id: <20020707060502.639E6199B9@mail.cse.psu.edu> Date: Sun, 7 Jul 2002 15:04:58 +0900 Topicbox-Message-UUID: c42284f8-eaca-11e9-9e20-41e7f4b1d025 Another escape may be a % of that is used in URI. % -> %25 / -> %2f space -> %20 and if open can accept these, new_open is not reqired. Kenji Arisawa