Re: Frozen fole is read in text mode but created in binary mode.

2025-04-04 Thread Eric Blake
On Mon, Jan 30, 2023 at 02:26:12PM -0600, Eric Blake wrote: > On Sat, Jan 28, 2023 at 10:31:04PM +0100, Juan Manuel Guerrero wrote: > > I do not know if this issue has already been reported, but for all > > systems that distinguish between binary and text I/O, the file should > > be read in the sam

Re: Frozen fole is read in text mode but created in binary mode.

2023-01-30 Thread Juan Manuel Guerrero
Am Mon, 30 Jan 2023 14:26:12 -0600 schrieb Eric Blake : > On Sat, Jan 28, 2023 at 10:31:04PM +0100, Juan Manuel Guerrero wrote: > > I do not know if this issue has already been reported, but for all > > systems that distinguish between binary and text I/O, the file should > > be read in the same m

Re: Frozen fole is read in text mode but created in binary mode.

2023-01-30 Thread Eric Blake
On Sat, Jan 28, 2023 at 10:31:04PM +0100, Juan Manuel Guerrero wrote: > I do not know if this issue has already been reported, but for all > systems that distinguish between binary and text I/O, the file should > be read in the same mode than it has been created or it may rise reading > issues. Wh