Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Thu, 23 Aug 2001 10:43:17 -0400
From: Christopher Faylor <cgf@redhat.com>
To: cygwin@cygwin.com
Subject: Re: 1.3.2: isspace/ctype problem cause to prevent from accessing non-ascii(8-bit) file or directorys
Message-ID: <20010823104317.B15790@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <OF4D4B391C.D9B6F8FC-ON49256AB1.004D5806@lge.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.11i
In-Reply-To: <OF4D4B391C.D9B6F8FC-ON49256AB1.004D5806@lge.com>; from jackee@lge.com on Thu, Aug 23, 2001 at 11:04:49PM +0900

On Thu, Aug 23, 2001 at 11:04:49PM +0900, ?????? wrote:
>Recently, I've installed cygwin 1.3.2 on windows ME.
>
>I'm trying to port some application for korean locale, and discovered
>problem
>in accessing directories or files in korean characters.
>
>At first, the problem is found in 'chdir()'.
>After I call chdir("XX"), actually it was called in bash(see cd.def file in
>source tree)
>"XX" will be changed to "X", where "XX" is korean directory name.
>This problem is caused from the fix which was done by Christopher Faylor.
>Next is revision history about that fix(in version 1.3.1)
>
>   - Fix behavior of chdir when called with a path containing trailing
>spaces.
>     (Christopher Faylor)
>
>Actually, this fix is not a real problem.  The problem is korean
>character is recognized in negative integer, so, ((_ctype_+1)[c] & _S)
>access invalid entry.

What are you talking about?  What makes you think that ChangeLog entry has
anything to do with Korean character sets?  The patch solved a problem.
Finding random entries with the word "chdir" in them isn't a way to debug
your problem.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

