Re: cmd.exe and file name conversion from comman line argument

2018-07-29 Thread h_ono
hello, > From: Takashi Yano > To: cygwin@cygwin.com > Date: 2018/07/27 19:16 > Subject: Re: cmd.exe and file name conversion from comman line argument > Sent by: cygwin-ow...@cygwin.com > If you set LANG prior to touch using set instead of env, > it seems to behave as

Re: cmd.exe and file name conversion from comman line argument

2018-07-27 Thread Takashi Yano
On Fri, 27 Jul 2018 15:56:39 +0900 > The rest may be superfluous, but just to compare with. > Quoting Japanese characters too did not work. > > c:\cygwin\home\hiroo> touch "あああ" > > gives > > c:\cygwin\home\hiroo> ls > '"あああ"' If you set LANG prior to touch using set instead of env, it seems to

Re: cmd.exe and file name conversion from comman line argument

2018-07-27 Thread h_ono
> From: Hiroo Ono/jp/olympus@olympus > To: cygwin@cygwin.com > Date: 2018/07/27 15:57 > Subject: Re: cmd.exe and file name conversion from comman line argument > Sent by: cygwin-ow...@cygwin.com > > c:\cygwin\home\hiroo> touch "あああ" > > gives > >

Re: cmd.exe and file name conversion from comman line argument

2018-07-26 Thread h_ono
Thank you > From: Marco Atzeri > what happen if you use bash ? With cmd + bash, the problem does not occur, but I would like to use cmd without bash, if possible. > From: Brian Inglis > To: cygwin@cygwin.com > Date: 2018/07/27 14:25 > Subject: Re: cmd.exe and file na

Re: cmd.exe and file name conversion from comman line argument

2018-07-26 Thread Brian Inglis
On 2018-07-26 18:56, h_...@ot.olympus.co.jp wrote: > There is strange behavior when naming a file from command line argument in > cmd.exe console, using touch or mv. > I use: > touch (GNU coreutils) 8.26 > Packaged by Cygwin (8.26-2) > cygwin1.dll version 2.10.0 > in cmd.exe, doing >> touch aaa >

Re: cmd.exe and file name conversion from comman line argument

2018-07-26 Thread Andrey Repin
Greetings, h_...@ot.olympus.co.jp! > Hello, > There is strange behavior when naming a file from command line argument in > cmd.exe cosole, > using touch or mv. No, your comparison is not fair. > I use: > touch (GNU coreutils) 8.26 > Packaged by Cygwin (8.26-2) You're using "env" to begin with

Re: cmd.exe and file name conversion from comman line argument

2018-07-26 Thread Marco Atzeri
Am 27.07.2018 um 02:56 schrieb h_...@ot.olympus.co.jp: Hello, There is strange behavior when naming a file from command line argument in cmd.exe cosole, using touch or mv. I use: touch (GNU coreutils) 8.26 Packaged by Cygwin (8.26-2) cygwin1.dll version 2.10.0 in cmd.exe, doing what happen

cmd.exe and file name conversion from comman line argument

2018-07-26 Thread h_ono
Hello, There is strange behavior when naming a file from command line argument in cmd.exe cosole, using touch or mv. I use: touch (GNU coreutils) 8.26 Packaged by Cygwin (8.26-2) cygwin1.dll version 2.10.0 in cmd.exe, doing > touch aaa and > touch 'aaa' give same file name aaa. > ls aaa b