On Wed, Jul 31, 2013 at 5:03 PM, Domenic Denicola <domenic@domenicdenicola.com> wrote: > In this way, the encoding is a stateful aspect of the stream itself. I don't think there's a way to get around this, without ending up with dangling half-character bytes hanging around. It seems though that if you can change the way bytes are consumed while reading a stream you will end up with problematic scenarios. E.g. you consume 2 bytes of a 4-byte utf-8 sequence. Then switch to reading code points... Instantiating a ByteStream or TextStream in advance would address that. -- http://annevankesteren.nl/Received on Wednesday, 31 July 2013 17:11:13 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 18:14:12 UTC