in reply to Re: using binmode() to override default encoding specified in "use open"
in thread using binmode() to override default encoding specified in "use open"
Thank you — working solutions highly appreciated!
I confess I don't understand this bit:
binmode adds to the defaults, rather than replacing them.
What does it even mean for a stream to have more than one encoding associated with it? The point of associating an encoding with a stream is to reduce ambiguity; a stream saying "eh, the encoding might be this or that" only increases ambiguity.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: using binmode() to override default encoding specified in "use open"
by hippo (Archbishop) on Jul 22, 2020 at 12:25 UTC | |
Re^3: using binmode() to override default encoding specified in "use open"
by jcb (Parson) on Jul 23, 2020 at 04:21 UTC | |
by raygun (Scribe) on Jul 23, 2020 at 15:19 UTC | |
by jcb (Parson) on Jul 23, 2020 at 23:53 UTC |