If this should wait until std.io is released, then I could use std.stream until them, but the documentation is already warning to avoid using it.
If std.stream is being deprecated, what is the correct way to deal with
file BOMs. This is particularly concerning utf8 files, which I
understand to be a bit problematic, as there isn't, actually, a utf8
BOM, merely a convention which isn't a part of a standard. But the
std.stdio documentation doesn't so much as mention byte order marks (BOMs).
- std.stream, BOM, and deprecation Charles Hixson
- Re: std.stream, BOM, and deprecation Jonathan M Davis
- Re: std.stream, BOM, and deprecation Ali Çehreli
- Re: std.stream, BOM, and deprecation Nick Sabalausky
- Re: std.stream, BOM, and deprecation Charles Hixson
- Re: std.stream, BOM, and deprecation Steven Schveighoffer
- Re: std.stream, BOM, and deprecation Charles Hixson