Re: [1.7] codepage:utf removal and python

2009-04-02 Thread Corinna Vinschen
On Apr 2 12:38, Yaakov S wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Corinna Vinschen wrote: > > And it works as designed in your above testcase. > > > > I tested with a filename containing a Euro sign (Unicode 0x20ac), in > > HTML speak "qq€". Cygwin converted it to "qq\016\

Re: [1.7] codepage:utf removal and python

2009-04-02 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Corinna Vinschen wrote: > And it works as designed in your above testcase. > > I tested with a filename containing a Euro sign (Unicode 0x20ac), in > HTML speak "qq€". Cygwin converted it to "qq\016\342\202\254" > > The strace looks perfectly norm

Re: [1.7] codepage:utf removal and python

2009-04-02 Thread Corinna Vinschen
On Apr 2 15:26, Corinna Vinschen wrote: > On Apr 2 08:46, Jason Tishler wrote: > > On Thu, Apr 02, 2009 at 10:40:38AM +0200, Corinna Vinschen wrote: > > > Jason, can you shed some light on this problem? > > > > Unfortunately, I'm locale challenged... > > export LANG="en_US.UTF-8" Btw., it's re

Re: [1.7] codepage:utf removal and python

2009-04-02 Thread Corinna Vinschen
On Apr 2 08:46, Jason Tishler wrote: > On Thu, Apr 02, 2009 at 10:40:38AM +0200, Corinna Vinschen wrote: > > Jason, can you shed some light on this problem? > > Unfortunately, I'm locale challenged... export LANG="en_US.UTF-8" ? Corinna -- Corinna Vinschen Please, send mails

Re: [1.7] codepage:utf removal and python

2009-04-02 Thread Jason Tishler
On Thu, Apr 02, 2009 at 10:40:38AM +0200, Corinna Vinschen wrote: > Jason, can you shed some light on this problem? Unfortunately, I'm locale challenged... Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF

Re: [1.7] codepage:utf removal and python

2009-04-02 Thread Corinna Vinschen
On Apr 1 15:32, David Rothenberger wrote: > When codepage:utf was supported, this worked fine. Now, it fails, even > when I have LANG=en_US.UTF-8 in my environment. It all boils down to > this python code: > > import os > os.listdir('.') > > (That's an example I run from within the directo

[1.7] codepage:utf removal and python

2009-04-01 Thread David Rothenberger
I came across a problem today with Cygwin 1.7 while using rdiff-backup, which is a Python program. I have a directory with a file having a non-ASCII character in the name. rdiff-backup was unable to backup that directory. When codepage:utf was supported, this worked fine. Now, it fails, even