X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Fri, 11 Apr 2008 16:18:09 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: using rsync with Win32/UNC pathnames?
Message-ID: <20080411141809.GJ23852@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <47F229BD.2060507@byu.net> <47F22BD6.3040801@wpkg.org> <47F22DF5.6020108@byu.net> <20080401124823.GQ4468@calimero.vinschen.de> <47F23164.8040604@wpkg.org> <23fce8e60804011425q1342c521y6849a8e405480389@mail.gmail.com> <47F371B6.3050107@wpkg.org> <47F539B6.3961D2ED@dessent.net> <20080403204802.GE4468@calimero.vinschen.de> <47FF58DE.2010800@wpkg.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <47FF58DE.2010800@wpkg.org>
User-Agent: Mutt/1.5.16 (2007-06-09)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
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

On Apr 11 14:26, Tomasz Chmielewski wrote:
> Corinna Vinschen schrieb:
>> On Apr  3 13:10, Brian Dessent wrote:
>>> Tomasz Chmielewski wrote:
>>>
>>>> So once Cygwin learns how to speak UTF-8, I will finally be able to
>>>> backup all Windows files... :)
>>> Set CYGWIN=codepage:utf8 to enable UTF-8 support.
>> ...and set LC_CTYPE=C-UTF-8, otherwise multibyte/wide char aware
>> application don't convert UTF-8 strings correctly from multibyte to
>> wide char and vice versa.
>
> Although it helped greatly, I'm still unable to open some files with Cygwin 
> apps.

One reason could be that you're accessing a remote samba share which
has filenames with characters which are invalid utf-8 chars.  In this
case there's nothing Cygwin can do.  You will have to fix that on the
server side.

> Windows tools have no problems accessing them.
>
> Some Windows tools say for example "this directory contains file names from 
> a different code page" (i.e., Total Commander will say this when entering a 
> directory which contains such a file).
>
>
> Is there a setting which will enable Cygwin apps to open all files, 
> irrespective of their name encoding?

utf-8 is supposed to be able to convert all wide chars to a multibyte
sequence.  If it's *not* the above server-side problem, we would need a
simple, self-contained, reproducible testcase, preferrably in plain C.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

