Re: readdir() returns inaccessible name if file was created with invalid UTF-8

2024-09-15 Thread Christian Franke via Cygwin
Thomas Wolff via Cygwin wrote: Am 15.09.2024 um 20:15 schrieb Thomas Wolff via Cygwin: Am 15.09.2024 um 19:47 schrieb Christian Franke via Cygwin: If a file name contains an invalid (truncated) UTF-8 sequence, open() does not refuse to create the file. Later readdir() returns a different name

Re: readdir() returns inaccessible name if file was created with invalid UTF-8

2024-09-15 Thread Thomas Wolff via Cygwin
Am 15.09.2024 um 20:15 schrieb Thomas Wolff via Cygwin: Am 15.09.2024 um 19:47 schrieb Christian Franke via Cygwin: If a file name contains an invalid (truncated) UTF-8 sequence, open() does not refuse to create the file. Later readdir() returns a different name which could not be used to acce

Re: readdir() returns inaccessible name if file was created with invalid UTF-8

2024-09-15 Thread Thomas Wolff via Cygwin
Am 15.09.2024 um 19:47 schrieb Christian Franke via Cygwin: If a file name contains an invalid (truncated) UTF-8 sequence, open() does not refuse to create the file. Later readdir() returns a different name which could not be used to access the file. Testcase with U+1F321 (Thermometer): $ uname

readdir() returns inaccessible name if file was created with invalid UTF-8

2024-09-15 Thread Christian Franke via Cygwin
If a file name contains an invalid (truncated) UTF-8 sequence, open() does not refuse to create the file. Later readdir() returns a different name which could not be used to access the file. Testcase with U+1F321 (Thermometer): $ uname -r 3.5.4-1.x86_64 $ printf $'\U0001F321' | od -A none -t

Newer Python? (was: Updated: python 3.8/3.9 packages)

2024-09-15 Thread Michael Cook via Cygwin
On Sat Dec 23 03:54:54 GMT 2023 Marco Atzeri wrote: > Python 3.12 will be in the near future introduced and we will skip 3.10 and 3.11. Is there a place where I can find the latest status of this effort? And how can I help? Michael -- Problem reports: https://cygwin.com/problems.html FAQ:

Re: Minor flaws in the Cygwin Perl installation; missing directories (Perl 5.40.0-1)

2024-09-15 Thread ASSI via Cygwin
Soren via Cygwin writes: > The Perl interpreter uses directories contained in the internal array @INC to > find libraries. Cygwin's Perl 5.40.0-1 installation leaves several > directories uncreated but listed in @INC. […] > Let's look at the error messages we get. That's a bug in _your_ script. T