Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <07e001c3305e$f76200c0$0f00a8c0@p4xp> From: "Robert Collins" To: "cygwin" Subject: ':' - was rsync.. Date: Thu, 12 Jun 2003 07:18:12 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sorry for not replying in thread - I deleted the email a little fast :p. Anyway, ':' is -not- in the POSIX portable filename character set: http://www.opengroup.org/onlinepubs/007908799/xbd/glossary.html#tag_004_000_ 207 ':' as a special behaviour is not a Windows invention, it harks (in windows' case) from the VMS roots, and perhaps further back still. Secondly, solutions to handle ':' -will- involve not writing the ':' to disk, which means parsing and interpreting the filename for validity on every open, and during opendir etc. It's overhead - do we need it... Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/