Reading binary streams with decoding to Unicode
Vinay Sajip via Digitalmars-d-learn Mon, 15 Oct 2018 03:51:01 -0700
Is there a standardised way of reading over buffered binary
streams (at least strings, files, and sockets) where you can
layer a decoder on top, so you get a character stream you can
read one Unicode char at a time? Initially UTF-8, but later also
other encodings. I see that std.stream was deprecated, but can't
see what other options there are. Can anyone point me in the
right direction?
- Reading binary streams with d... Vinay Sajip via Digitalmars-d-learn
- Re: Reading binary strea... Dukc via Digitalmars-d-learn
- Re: Reading binary s... Vinay Sajip via Digitalmars-d-learn
- Re: Reading bina... Nicholas Wilson via Digitalmars-d-learn
- Re: Reading ... Vinay Sajip via Digitalmars-d-learn
- Re: Rea... Nicholas Wilson via Digitalmars-d-learn