X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Bill Hughes <bill.hughes@cgi-europe.com>
Subject:  Re: open() giving ENOENT when trying to create files with control chars
Date: Mon, 5 Dec 2005 10:11:18 +0000 (UTC)
Lines: 23
Message-ID:  <loom.20051205T110754-387@post.gmane.org>
References:  <120220052038.3878.4390B0AC000B476600000F2622007601800A050E040D0C079D0A@comcast.net> <20051202220905.GA2999@calimero.vinschen.de> <20051204172940.GB3276@efn.org> <20051204194350.GG2999@calimero.vinschen.de>
Mime-Version:  1.0
Content-Type:  text/plain; charset=us-ascii
Content-Transfer-Encoding:  7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Corinna Vinschen <corinna-cygwin <at> cygwin.com> writes:

> 
> On Dec  4 09:29, Yitzchak Scott-Thoennes wrote:
..snip..
> > 
> > http://support.microsoft.com/default.aspx?scid=kb;en-us;117258
> > is interesting...
> 
> This is certainly interesting.  Using this in Cygwin would require to
> change the path handling to using UNICODE, though, which is a major
> undertaking since the path handling throughout Cygwin is plain ASCII
> right now.

Uh, don't forget this is the NTFS API and not the Windows API.
If you want to go down this route you may as well add case sensitive file names
too...
For compatibilty with Windows (not to mention FAT file systems) I wouldn't go
anywhere near this, but YMMV.

Bill




--
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/

