TIL: Elixir's `File.stream!/2` has an option `:trim_bom` which removes the (optional) BOM from a file stream.
TIL: Elixir's File.stream!/2
has an option :trim_bom
which removes the (optional) BOM from a file stream.
Open Source Software and publications by Christian Kruse
TIL: Elixir's File.stream!/2
has an option :trim_bom
which removes the (optional) BOM from a file stream.