Re: unzip failure with files that contain colons

2022-06-18 Thread Andrey Repin
Greetings, Eliot Moss! > On 6/16/2022 11:29 AM, Takashi Yano wrote: >> On Thu, 16 Jun 2022 06:22:38 +0200 >> Thomas Wolff wrote: >>> Am 15.06.2022 um 20:30 schrieb Adam Dinwoodie: Cygwin generally handles filenames with colons just fine, by mapping the character to some higher Unicode ch

Re: unzip failure with files that contain colons

2022-06-17 Thread Adam Dinwoodie
On Fri, Jun 17, 2022 at 12:29:39AM +0900, Takashi Yano wrote: > On Thu, 16 Jun 2022 06:22:38 +0200 > Thomas Wolff wrote: > > Am 15.06.2022 um 20:30 schrieb Adam Dinwoodie: > > > Cygwin generally handles filenames with colons just fine, by mapping the > > > character to some higher Unicode character

Re: unzip failure with files that contain colons

2022-06-16 Thread Takashi Yano
On Thu, 16 Jun 2022 11:50:23 -0400 Eliot Moss wrote: > On 6/16/2022 11:29 AM, Takashi Yano wrote: > > On Thu, 16 Jun 2022 06:22:38 +0200 > > Thomas Wolff wrote: > >> Am 15.06.2022 um 20:30 schrieb Adam Dinwoodie: > >>> Cygwin generally handles filenames with colons just fine, by mapping the > >>> c

Re: unzip failure with files that contain colons

2022-06-16 Thread Eliot Moss
On 6/16/2022 11:29 AM, Takashi Yano wrote: On Thu, 16 Jun 2022 06:22:38 +0200 Thomas Wolff wrote: Am 15.06.2022 um 20:30 schrieb Adam Dinwoodie: Cygwin generally handles filenames with colons just fine, by mapping the character to some higher Unicode character and remapping on the fly. However

Re: unzip failure with files that contain colons

2022-06-16 Thread Takashi Yano
On Thu, 16 Jun 2022 06:22:38 +0200 Thomas Wolff wrote: > Am 15.06.2022 um 20:30 schrieb Adam Dinwoodie: > > Cygwin generally handles filenames with colons just fine, by mapping the > > character to some higher Unicode character and remapping on the fly. > > However Cygwin's `unzip` appears to have

Re: unzip failure with files that contain colons

2022-06-15 Thread Thomas Wolff
Am 15.06.2022 um 20:30 schrieb Adam Dinwoodie: Cygwin generally handles filenames with colons just fine, by mapping the character to some higher Unicode character and remapping on the fly. However Cygwin's `unzip` appears to have a bug: when unzipping an archive that contains a filename with a c

unzip failure with files that contain colons

2022-06-15 Thread Adam Dinwoodie
Cygwin generally handles filenames with colons just fine, by mapping the character to some higher Unicode character and remapping on the fly. However Cygwin's `unzip` appears to have a bug: when unzipping an archive that contains a filename with a colon, it replaces the colon with an underscore. c