https://issues.dlang.org/show_bug.cgi?id=14519

--- Comment #20 from Vladimir Panteleev <thecybersha...@gmail.com> ---
(In reply to Marc Schütz from comment #18)
> Data with other (or unknown) encodings needs to be stored in `ubyte[]`.

Have you tried using ubyte[] to process ASCII text? It's horrible, you have to
cast at every step, and nothing in std.string works even when it should.

--

Reply via email to