Re: subversion and utf-8

2009-10-14 Thread Andy Koppe
2009/10/15 Lapo Luchini: > David Rothenberger wrote: >> % export LANG=C.UTF-8 >> % touch wc/Burgstraße wc/Geschäftsführer wc/für >> % svn add wc/* >> % svn ci -m '' wc >> >> Note that the "svn add" will fail if I don't set LANG=C.UTF-8. > > As per 1.7.0-62 announcement, UTF-8 should be the default

Re: subversion and utf-8

2009-10-14 Thread Lapo Luchini
David Rothenberger wrote: > % export LANG=C.UTF-8 > % touch wc/Burgstraße wc/Geschäftsführer wc/für > % svn add wc/* > % svn ci -m '' wc > > Note that the "svn add" will fail if I don't set LANG=C.UTF-8. As per 1.7.0-62 announcement, UTF-8 should be the default locale for LANG=C so LANG=C should

`cygwinpath -D' could not display the Chinese character

2009-10-14 Thread nwpu053...@gmail.com
when i set the LANG to en_US.UTF-8, the `cygpath -D' could not display the Chines character correctly. In other environment, such as `ls' `vim', the the Chines character display well. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documenta

Re: [OT] Re: Want to use tor with wget.

2009-10-14 Thread Dave Korn
Hongyi Zhao wrote: > Any hints will be highly appreciated. The only hint I will give you on this list is TITTTL. cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html

Re: Passing file descriptors over a socket

2009-10-14 Thread Christopher Faylor
On Wed, Oct 14, 2009 at 06:41:16AM +0100, Dave Korn wrote: >Charles Wilson wrote: > >> If not, what sort of "not" is it? (a) possible, but nobody has had the >> time or inclination to implement (b) not possible on win32 (c) possible, >> but REALLY hard -- case (a) on steroids. > > Well, there's go

Re: subversion and utf-8

2009-10-14 Thread David Rothenberger
On 10/14/2009 7:26 AM, Markus Schaber wrote: I'm running a just freshly updated cygwin 1.7 on vista64, and suffer from the utf-8 problem described for 1.5 at http://sourceware.org/ml/cygwin/2008-08/msg00536.html I am not having problems using Subversion 1.6.5 and Cygwin 1.7.0-62. However, my k

Re: [OT] Re: Want to use tor with wget.

2009-10-14 Thread Hongyi Zhao
On Tue, 13 Oct 2009 21:09:32 +0100, Dave Korn wrote: >Well, you can use wget! Or you can tell your curl to pretend it is wget! I also found that the following command will do the trick: $ curl -x localhost:8118 'http://www.cybersyndrome.net/pla5.html' -A 'User-Agent: Wget/1.11.4' But the foll

subversion and utf-8

2009-10-14 Thread Markus Schaber
Hi, I'm running a just freshly updated cygwin 1.7 on vista64, and suffer from the utf-8 problem described for 1.5 at http://sourceware.org/ml/cygwin/2008-08/msg00536.html You announced the stability of 1.7 for 11/2009 - can I hope that this issue will be fixed in the mean time? Thanks a lot,

Re: [warning: implicit declaration of function] if enable flag std=c99

2009-10-14 Thread Dave Korn
Dave Korn wrote: > If you use --std=c99, that means you want *only* c99 functions, and have > specifically asked to be warned about non-ANSI functions. I don't > understand why Linux does things differently, it's probably technically > wrong but trying to be helpful, It's being POSIX complian

Re: [OT] Re: Want to use tor with wget.

2009-10-14 Thread Dave Korn
Hongyi Zhao wrote: > On Wed, 14 Oct 2009 06:28:04 +0100, Dave Korn wrote: > >> See how I removed the part after the @ sign when replying to you, so >> that you would not get harvested and spammed: >> hongyi.zhao wrote: > On Tuesday, October 13, 2009 at 13:44, dave.korn.cygwin wrote: > >

Re: [OT] Re: Want to use tor with wget.

2009-10-14 Thread Hongyi Zhao
On Wed, 14 Oct 2009 06:28:04 +0100, Dave Korn wrote: >See how I removed the part after the @ sign when replying to you, so >that you would not get harvested and spammed: > >>> hongyi.zhao wrote: On Tuesday, October 13, 2009 at 13:44, dave.korn.cygwin wrote: Do you trim the part after the @ s

Re: Passing file descriptors over a socket

2009-10-14 Thread Corinna Vinschen
On Oct 14 06:41, Dave Korn wrote: > Charles Wilson wrote: > > > If not, what sort of "not" is it? (a) possible, but nobody has had the > > time or inclination to implement (b) not possible on win32 (c) possible, > > but REALLY hard -- case (a) on steroids. > > Well, there's going to be Duplicat

Re: Re: windres cannot read \"

2009-10-14 Thread Hirofumi Katayama
That's my misunderstanding. windres can read \" with warning. Sorry. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple