Posts Tagged “elixir”
2017-02-09 Converting a Latin1 encoded HTML Document with Elixir
Content encoding isn't exactly the first thing that comes to mind when you ask developers about a fun task. Our first article covering an Elixir topic illustrates how to make an educated guess about an HTML document's non-unicode encoding and how to convert it.