X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Bill Hughes 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: References: <120220052038 DOT 3878 DOT 4390B0AC000B476600000F2622007601800A050E040D0C079D0A AT comcast DOT net> <20051202220905 DOT GA2999 AT calimero DOT vinschen DOT de> <20051204172940 DOT GB3276 AT efn DOT org> <20051204194350 DOT GG2999 AT calimero DOT vinschen DOT 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 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 Corinna Vinschen 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/