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 you expected. > > C:\cygwi

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 > > c:\cygwin\home\hiroo> ls > '"あああ"' It may be re

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 name conversion from comma

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